PfisterFactor / QuickerCrafting

A Minecraft 1.12 mod that implements factorio style crafting.
MIT License
8 stars 1 forks source link

3x3 recipes are accessible without a Crafting Table etc #21

Closed katubug closed 4 years ago

katubug commented 4 years ago

This occurs with mod version 0.9.2, Forge 2847. I tested in an isolated instance with only a few mods (JEI, CraftTweaker, The One Probe etc).

What you'd expect it to do:

What it actually did (bugs only):

Steps to reproduce (bugs only):

Crash log (use pastebin): n/a

PfisterFactor commented 4 years ago

There is a config option to enable it but it is off by default. Is the config option enabled?

katubug commented 4 years ago

Thanks for the quick response! It does seem to be enabled, but I didn't change it - I just installed the mod, started the game, did the above tests, and then filed this report.

# The distance (in blocks) one needs to be to a crafting table to unlock 3x3 recipes.
# Set to a negative value to always allow 3x3 recipes.
# A zero value will never allow 3x3 recipes.
# A crafting table is looked for in this radius on gui open.
# Increasing this will have a (small) negative effect on performance.
# Min: -1
# Max: 10
I:CraftingTableRadius=-1
PfisterFactor commented 4 years ago

Ah yeah, by default it is set to -1 and 3x3 recipes are always enabled. Set the crafting table radius to the distance away (in blocks) from the crafting table block you desire 3x3 recipes to be unlocked. Additionally, set any valid crafting table items within the config.

You can also change it in game if you click on "Mod Options" and then search for quickercrafting and then click "Config".

If it doesn't work then please tell me, otherwise I'm going to close this issue :).

katubug commented 4 years ago

Ah, I see. Sorry, I misunderstood, I thought you meant that by default 3x3 crafting was not available automatically. Sorry for the false alarm! I'll close this. :)