PluginBugs / Issues-ItemsAdder

Repository used to keep track of issues of my plugin ItemsAdder
https://itemsadder.devs.beer
51 stars 21 forks source link

World populator not working #3681

Open hugohuetzel opened 3 months ago

hugohuetzel commented 3 months ago

Terms

Discord tag (optional)

hugohuetzel

What happened?

Blocks are replaced according to debug output, but are not present afterwards

Steps to reproduce the issue

  1. enable debug output of world populators
  2. add custom ore (i used salt_ore) salt_ore: enabled: true display_name: display-name-salt_ore resource: material: PAPER generate: true model_id: 92002 textures:
    • block/salt_ore specific_properties: block: hardness: 3 placed_model: type: REAL_NOTE break_particles_material: WHITE_CONCRETE cancel_drop: true
  3. add world populator salt_ore: block: ores:salt_ore worlds:
    • world
    • SavanaCliffVillage
    • MangroveSwamp
    • BambooDesert
    • AllBiomes
    • Disaster replaceable_blocks:
    • STONE
    • DIRT
    • ANDESITE
    • GRANITE
    • COBBLESTONE
    • GRAVEL
    • DEEPSLATE
    • COBBLED_DEEPSLATE
    • CALCITE
    • TUFF chunk_chance: 100 max_height: 80 min_height: 0 vein_blocks: 12 chunk_veins: 20
  4. select test chunk with //chunk. (Selected chunk in this example is -16,0,10)
  5. expand selection with //expand vert
  6. place reference salt block
  7. count blocks //count note_block. Should be at least 1 (the reference block)
  8. regenerate selection with //regen. Debug output in full server log.
  9. count again with and without reference block. (found 0 blocks, or 1 with reference block)

Server version

[14:19:01 INFO]: Checking version, please wait... [14:19:01 INFO]: This server is running Paper version git-Paper-497 (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT) (Git: d8d54d9 on ver/1.20.4) You are running the latest version Previous version: git-Paper-464 (MC: 1.20.4)

ItemsAdder Version

[14:19:35 INFO]: ItemsAdder version 3.6.4-release-2 [14:19:35 INFO]: Customized Minecraft without client mods! [14:19:35 INFO]: Website: devs.beer [14:19:35 INFO]: Author: LoneDev

ProtocolLib Version

[14:19:57 INFO]: ProtocolLib version 5.2.1-SNAPSHOT-689 [14:19:57 INFO]: Provides read/write access to the Minecraft protocol. [14:19:57 INFO]: Authors: dmulloy2 and comphenix

LoneLibs Version

[14:20:22 INFO]: LoneLibs version 1.0.54 [14:20:22 INFO]: Collection of libs used by my plugins [14:20:22 INFO]: Authors: LoneDev and others

Full server log

https://mclo.gs/sfqcDkg

Error (optional)

No response

Problematic items yml configuration file (optional)

No response

Other files, you can drag and drop them here to upload. (optional)

No response

Screenshots/Videos (you can drag and drop files or paste links)

No response

hugohuetzel commented 3 months ago

Tested again with ProtocolLib version 5.2.0-SNAPSHOT-679 (as 5.2.0 is recommended for 1.20.4). But same problem

hugohuetzel commented 3 months ago

ores.yml worlds_populators.yml