BG-Software-LLC / WildChests

Sell chests, auto crafters, storage units, larger chests and more in one plugin!
https://bg-software.com/wildchests/
GNU General Public License v3.0
39 stars 23 forks source link

Auto Crafter Chest Not Working #59

Closed Reese14 closed 3 years ago

Reese14 commented 3 years ago

Minecraft's Version

Server Version: Paper version git-Paper-781 (MC: 1.16.5)

Plugin's Version

Latest Dev Version (b20)

Describe the bug

When putting items into an Auto Crafter Chest (such as iron ingots, redstone dust, etc.), they are not being crafted into their corresponding blocks.

To Reproduce

Place the chest, put items in it.

Additional Information

No response

OmerBenGera commented 3 years ago

Did you configure your chest to craft these items?

Reese14 commented 3 years ago

I tried looking through the config on where to do that, and couldn't figure out if there was a way to or not. Where can I do that, to make sure it works?

OmerBenGera commented 3 years ago

I tried looking through the config on where to do that, and couldn't figure out if there was a way to or not. Where can I do that, to make sure it works?

Under your chest, you need to configure a list of items that it will craft

Reese14 commented 3 years ago

Here is the config file: https://pastebin.com/paqpGev3. Is it under the 'crafter_chest:' part? If so, gold ingots are listed, and they do not get crafted.

OmerBenGera commented 3 years ago

Here is the config file: https://pastebin.com/paqpGev3. Is it under the 'crafter_chest:' part? If so, gold ingots are listed, and they do not get crafted.

Do you put gold nuggets in the chest?

Reese14 commented 3 years ago

No, I put gold ingots into the chest and nothing happened.

OmerBenGera commented 3 years ago

No, I put gold ingots into the chest and nothing happened.

You must put gold nuggets or gold blocks, as that's the recipes for getting gold ingots. The items that you put in that list are the results of the crafting recipes, not the ingredients,

Reese14 commented 3 years ago

Ohhh, I understand. That can be sort of confusing lol. Thank you!