BentoBoxWorld / Greenhouses

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

[greenhouse] Cannot seem to edit biomes.yml directly #103

Closed mrfloris closed 7 months ago

mrfloris commented 1 year ago

Expected behavior

ability to add conversion types, plants, mobs to the greenhouses' addon "biomes.yml' file, allowing us to edit, expand, add, delete greenhouses.

Observed/Actual behavior

Any edit to the file (ive tried 3x) and then /stop and start the server causes recipe errors, which ends up with 0 greenhouses being loaded.

Steps/models to reproduce

biomes.yml, add a conversion-type to the nether biome which currently doesn't have one.

or add plants like netherwart to soulsand.. and start the server up, things start failing on recipe type not recognized or something.

BentoBox version

> bbox version
 Running PAPER 1.19.3.
 BentoBox version: 1.22.1-SNAPSHOT-b2367
 Database: JSON
 Loaded Game Worlds:
 acid (acid): Overworld
 cave (cave): Overworld
 oneblock (oneblock): Overworld
 skyblock (skyblock): Overworld
 skygrid (skygrid): Overworld
 Loaded Addons:
 AcidIsland 1.17.2-SNAPSHOT-b981 (ENABLED)
 AOneBlock 1.12.4-SNAPSHOT-b309 (ENABLED)
 Biomes 2.2.0-SNAPSHOT-b245 (ENABLED)
 Border 4.1.0 (ENABLED)
 BSkyBlock 1.17.0-SNAPSHOT-b730 (ENABLED)
 CauldronWitchery 2.1.0-SNAPSHOT-#45 (ENABLED)
 CaveBlock 1.18.0-SNAPSHOT-b433 (ENABLED)
 Challenges 1.2.0-SNAPSHOT-b510 (ENABLED)
 ExtraMobs 1.12 (ENABLED)
 FarmersDance 1.0.0-SNAPSHOT (ENABLED)
 Greenhouses 1.7.3-SNAPSHOT-b342 (ENABLED)
 Level 2.10.0-SNAPSHOT-b528 (ENABLED)
 Limits 1.19.1-SNAPSHOT-b305 (ENABLED)
 MagicCobblestoneGenerator 2.6.0-SNAPSHOT-b258 (ENABLED)
 SkyGrid 1.19.0-SNAPSHOT-b402 (ENABLED)
 TopBlock 0.0.1-SNAPSHOT-b11 (ENABLED)
 Warps 1.13.0-SNAPSHOT-b340 (ENABLED)
>

Plugin list

n/a

Other

Either I don't understand how this works, or it simply doesn't work. I've tried very little edits and it doesn't seem to load. I have to fully remove the greenhouse/ folder and start up, to rebuild, in order for the 18 greenhouses to regenerate and load.

tastybento commented 1 year ago

I suspect yaml errors. You can confirm it is formatted correctly at yamlint.com or other checkers. Feel free to post your file (zip is good) if it passes the yaml checking and you still have issues.