Closed VozikCZE closed 4 years ago
Yes, right now, just one recipe is possible. I'll mark this as an enhancement to support multiple recipes.
This is very usefull function, will you add it soon please?
I'm sorry, I'm super busy with real-life stuff, so maybe not for a while.
This is done. To use, you'll need to use the new format for conversions, like shown here:
# Conversion list
# Format is:
# Original Block:% chance:New Block:Adjacent Block
# So, for below, dirt has a 30% chance of changing into SAND if it is next to SAND!
# Multiple conversions can be listed
conversion-list:
- DIRT:30:SAND:SAND
- DIRT:10:WATER:SAND
- DIRT:30:SAND:SANDSTONE
- DIRT:30:SAND:CLAY
Still it takes only the last conversion in list
CAVE:
friendlyname: "&2Jeskyně"
biome: PLAINS
icon: STONE
priority: 50
contents:
STONE: 6
conversion-list:
- STONE:10:COAL_ORE:STONE
- STONE:10:IRON_ORE:STONE
- STONE:3:GOLD_ORE:STONE
- STONE:5:LAPIS_ORE:STONE
- STONE:5:REDSTONE_ORE:STONE
- STONE:1:DIAMOND_ORE:LAVA
- STONE:1:EMERALD_ORE:LAVA
Got it, I see the issue.
https://ci.codemc.io/job/BentoBoxWorld/job/Greenhouses/245/ should have the fix. Please try and confirm.
Yes, it works now.
Thank you for your willingness <3
Description
Describe the bug
When you add add more than one conversion to one item, only the last conversion work.
Steps to reproduce the behavior
Expected behavior
All conversions should work.
Environment
Output of
/bbox version
(Mandatory)(sorry for czech language)
Additional context (Optional)
Config of my greenhouse: