KovuTheHusky / dynmap-structures

A Bukkit plugin that shows your world's structures (such as Villages, Strongholds, and Pyramids) on Dynmap.
MIT License
20 stars 17 forks source link

No key position_predicate in MapLike #28

Closed Tiagox42 closed 4 years ago

Tiagox42 commented 4 years ago

The plugin works more is flooding it on the console I'm using paper paper-68 1.16.1

`[11:00:52 ERROR]: No key position_predicate in MapLike[{input_predicate:{predicate_type:"minecraft:block_match",block:"minecraft:dirt"},output_state:{Name:"minecraft:water",Properties:{level:"0"}},location_predicate:{predicate_type:"minecraft:block_match",block:"minecraft:water"}}]; No key position_predicate in MapLike[{input_predicate:{predicate_type:"minecraft:block_match",block:"minecraft:grass_block"},output_state:{Name:"minecraft:water",Properties:{level:"0"}},location_predicate:{predicate_type:"minecraft:block_match",block:"minecraft:water"}}]; No key position_predicate in MapLike[{input_predicate:{predicate_type:"minecraft:random_block_match",block:"minecraft:grass_path",probability:0.1f},output_state:{Name:"minecraft:grass_block",Properties:{snowy:"false"}},location_predicate:{predicate_type:"minecraft:always_true"}}]; No key position_predicate in MapLike[{input_predicate:{predicate_type:"minecraft:block_match",block:"minecraft:grass_path"},output_state:{Name:"minecraft:oak_planks"},location_predicate:{predicate_type:"minecraft:block_match",block:"minecraft:water"}}]

.... [11:00:52 ERROR]: No key position_predicate in MapLike[{input_predicate:{predicate_type:"minecraft:block_match",block:"minecraft:dirt"},output_state:{Name:"minecraft:water",Properties:{level:"0"}},location_predicate:{predicate_type:"minecraft:block_match",block:"minecraft:water"}}]; No key position_predicate in MapLike[{input_predicate:{predicate_type:"minecraft:block_match",block:"minecraft:grass_block"},output_state:{Name:"minecraft:water",Properties:{level:"0"}},location_predicate:{predicate_type:"minecraft:block_match",block:"minecraft:water"}}]; No key position_predicate in MapLike[{input_predicate:{predicate_type:"minecraft:random_block_match",block:"minecraft:grass_path",probability:0.1f},output_state:{Name:"minecraft:grass_block",Properties:{snowy:"false"}},location_predicate:{predicate_type:"minecraft:always_true"}}]; No key position_predicate in MapLike[{input_predicate:{predicate_type:"minecraft:block_match",block:"minecraft:grass_path"},output_state:{Name:"minecraft:oak_planks"},location_predicate:{predicate_type:"minecraft:block_match",block:"minecraft:water"}}]`

KovuTheHusky commented 4 years ago

What leads you to believe that this is a problem with dynmap-structures?

It appears to be a bug in Minecraft itself from a quick search. It even appears that md_5 has pinpointed the cause.