BentoBoxWorld / Greenhouses

BentoBox Add-on to enable personal biomes in a glass greenhouse
Eclipse Public License 2.0
13 stars 9 forks source link

Cocoa, Coral_Fans & Sea_Pickle not spawning/growing #97

Closed AcesGamingUK closed 1 year ago

AcesGamingUK commented 1 year ago

Expected behavior

For things to "Grow"

Observed/Actual behavior

Things Not "Growing"

Steps/models to reproduce

For Coral_Fans i have tried both as block and plants

Sea_Pickle & Coral_Fan ``` plants: - SEA_PICKLE: 2:TUBE_CORAL_BLOCK - SEA_PICKLE: 2:BRAIN_CORAL_BLOCK - SEA_PICKLE: 2:BUBBLE_CORAL_BLOCK - SEA_PICKLE: 2:FIRE_CORAL_BLOCK - SEA_PICKLE: 2:HORN_CORAL_BLOCK - TUBE_CORAL_FAN: 2:TUBE_CORAL_BLOCK - BRAIN_CORAL_FAN: 2:TBRAIN_CORAL_BLOCK - BUBBLE_CORAL_FAN: 2:BUBBLE_CORAL_BLOCK - HORN_CORAL_FAN: 2:HORN_CORAL_BLOCK - FIRE_CORAL_FAN: 2:FIRE_CORAL_BLOCK ``` I have also tried blocks ``` conversion-list: - WATER:10:SEA_PICKLE:TUBE_CORAL_BLOCK - WATER:10:SEA_PICKLE:BRAIN_CORAL_BLOCK - WATER:10:SEA_PICKLE:BUBBLE_CORAL_BLOCK - WATER:10:SEA_PICKLE:FIRE_CORAL_BLOCK - WATER:10:SEA_PICKLE:HORN_CORAL_BLOCK - WATER:10:TUBE_CORAL_FAN:TUBE_CORAL_BLOCK - WATER:10:BRAIN_CORAL_FAN:TBRAIN_CORAL_BLOCK - WATER:10:BUBBLE_CORAL_FAN:BUBBLE_CORAL_BLOCK - WATER:10:HORN_CORAL_FAN:HORN_CORAL_BLOCK - WATER:10:FIRE_CORAL_FAN:FIRE_CORAL_BLOCK ```
COCOA ``` plants: COCOA: 10:JUNGLE_LOG conversion-list: - AIR:20:COCOA:JUNGLE_LOG ```

BentoBox version

Running PAPER Invalid. "is actually Paper(366) 1.19.3-R0.1-SNAPSHOT" BentoBox version: 1.21.1 Database: JSON Loaded Game Worlds: bskyblock_world (BSkyBlock): Overworld, Nether, The End Loaded Addons: Bank 1.4.0 (ENABLED) Biomes 2.0.0 (ENABLED) BSkyBlock 1.17.0-SNAPSHOT-b724 (ENABLED) Challenges 1.0.0 (ENABLED) ControlPanel 1.13.0 (ENABLED) DimensionalTrees 1.6.0 (ENABLED) ExtraMobs 1.12 (ENABLED) Greenhouses 1.7.0 (ENABLED) Level 2.9.0 (ENABLED) TwerkingForTrees 1.4.3 (ENABLED) Warps 1.12.0 (ENABLED)

Plugin list

Plugins (58): AdvancedOreGen (1.6.52-SNAPSHOT), AngelChest (9.8.0), AsyncWorldEdit (3.9.4), AutoComposter (3.4.0), AutoShulker (3.5.0), BKCommonLib (1.19.3-v1), BentoBox (1.21.1), BestTools (2.2.0), BetterFarming (5.0.9), BetterTeams (4.5.0), BossShopPro (2.0.9), BottledExp (3.1.0.0), BungeeGuard (1.3-SNAPSHOT), CMI (9.3.0.2), CMILib (1.2.4.1), ChestSort (13.5.0), CoreProtect (21.3), CrashAPI (1.1.4), CustomCrafting (4.16.3.2), DoorsReloaded (1.3.1), Drop2InventoryPlus (3.7.3), HackedCore (2.71.4), HackedServer (2.84.1), InteractionVisualizer (1.18.2.3), InvUnload (5.0.2), ItemEdit (3.0.7), ItemShops (1.1.0), JukeBoxPlus (3.3.1), KeepChunks (1.6.10), LightAPI (3.5.2), LiteBans (2.10.4), LuckPerms (5.4.55), MobTransporter (2.7), MyPet (3.12), PlaceholderAPI (2.11.2), PlayerShops (1.2.4), PortableCraftingInvs (1.7.4), ProtocolLib (5.0.0-SNAPSHOT-b608), RePlant (3.1.0), SelectionVisualizer (3.2.0.0), ServerUtils (3.5.4), StreamingDrops (10.8), TradeMe (6.1.2.0), TreeFeller (1.21.1), TrickyShops (1.0.1), TrollBoss (6.5.3), TrollingFreedom (2.4.2), UltimateCatcher (1.6.3), UpgradeableHoppers (4.9.5), Vault (1.7.3-CMI), VeinMiner (1.17.10), VillagerSaver (1.2.5), WildChests (2022.7-b86), WolfyUtilities (4.16.9.6), WorldEdit (7.2.13+46576cc), WorldEditSele

Other

No response

tastybento commented 1 year ago

This is supported in 1.7.1: https://github.com/BentoBoxWorld/Greenhouses/releases/tag/1.7.1

tastybento commented 1 year ago

You should specify the block they need to grow on, e.g., SAND, and the block has to be covered by water for the items to grow.

AcesGamingUK commented 1 year ago

They are under water. And I did specify the blocks in the config as you can see above

BONNe commented 1 year ago

Yes, but you are using 1.7.0 and not 1.7.1

AcesGamingUK commented 1 year ago

after RE-Uploading Version 1.7.1 (for some reason it didn't fully upload the first time, it is still not working but now I have DEBUG messages in the console every planttick

[BentoBox]: DEBUG: Water block
[BentoBox]: DEBUG: Water plant
[BentoBox]: DEBUG: Water block
[BentoBox]: DEBUG: Water plant
[BentoBox]: DEBUG: Water block
[BentoBox]: DEBUG: Water plant
[BentoBox]: DEBUG: Water block
[BentoBox]: DEBUG: Water plant
[BentoBox]: DEBUG: Water block
[BentoBox]: DEBUG: Water plant
[BentoBox]: DEBUG: Water block
[BentoBox]: DEBUG: Water plant

And COCOA still doesn't spawn

tastybento commented 1 year ago

Okay, 1.7.2 removed the debug and I added support for COCOA too - weirdly I missed reading that and just focused on the coral that was added in 1.7.1. So, hopefully that all works now. https://github.com/BentoBoxWorld/Greenhouses/releases/tag/1.7.2