Allow Composter to extract/insert from all sides
scotty9090 opened this issue ยท 3 comments
Modpack Version
1.0.0
Describe your issue.
- Craft a composter
- Ensure the result is from the mod Compote
- Place in world but it becomes a vanilla composter (per TOP), and receive a vanilla composter when breaking.
Am I missing something?
Crash Report
No response
Latest Log
No response
Have you modified the modpack?
Yes
User Modifications
Added CarryOn.
Did the issue happen in singleplayer or on a server?
Singleplayer
Okay, but then what is the point of the mod? I was hoping to be able to hopper into the side - something that the mod's page says it supports, but that doesn't work (unsurprisingly since I end up with a vanilla composter in world.)
EDIT: I checked out the config and it looks like everything is just set to vanilla. So I end up with vanilla composting functionality. Again, I don't see the point of the mod if everything is configured to work just like vanilla?
#General Config
[general]
#Shift right clicking with an empty hand will clear the composter of its contents. Default[Vanilla] is false.
right_click = false
#The number of levels the composter must gain before generating its loot. Default[Vanilla] is 7.
#Range: 1 ~ 7
level_count = 7
#Whether or not the first piece of compostable material always raises the composter's level. Default[Vanilla] is true.
first_compost_always_succeeds = true
#Allow items to be inserted from any face of the composter. Default[Vanilla] is false.
insert_from_any_direction = false
#Allow items to be extracted from any face of the composter. Default[Vanilla] is false.
extract_from_any_direction = false