HimmelKreis4865 / JavaGen

A PocketMine-MP plugin that generates vanilla terrain based on a java server
Apache License 2.0
23 stars 1 forks source link

Broken generation | all grass block dissappears #7

Closed TheLemzz closed 3 months ago

TheLemzz commented 3 months ago

image image

Something very weird.. Java world seed: 1408655314417393878 coordinates: -8881 3520

TheLemzz commented 3 months ago

Mayy it cause by a high waiting time for the chunk to load(>4000ms)...

or is it the new Buglands biome

TheLemzz commented 3 months ago

in the screenshot, the dirt line is those places where the grass block is missing image

TheLemzz commented 3 months ago

I think some block was not recognized by the plugin and was replaced with air...

HimmelKreis4865 commented 3 months ago

Something very weird.. Java world seed: 1408655314417393878 coordinates: -8881 3520 Are these data correct? tried it in 1.20.4 and I got a different biome there

TheLemzz commented 3 months ago

Correct, seed from /seed in Java server and coordinates from pocketmine server

HimmelKreis4865 commented 3 months ago

can you check yourself what block should be there in reality? I cant reproduce this

HimmelKreis4865 commented 3 months ago

but all the blocks that are not in pocketmine are also not placed in the generator, thats what I can say

TheLemzz commented 3 months ago

I hope that PocketMine-MP added the grass block =) in Java server everything is fine, idk why in pocketmine suddenly all grass block dissappears...

HimmelKreis4865 commented 3 months ago

so this happens for grass blocks? I dont have this problem tbh

TheLemzz commented 3 months ago

I have removed all plugins except DummyItemsBlocks and JavaGen, but the problem is still relevant. There are no third-party plugins on the Java server.

HimmelKreis4865 commented 3 months ago

try disabling dummyitemblocks one time please

TheLemzz commented 3 months ago

Nothing changed

TheLemzz commented 3 months ago

image server freezing after 10%pregeneration of spawn

TheLemzz commented 3 months ago

This error is only when generating chunks, the grass blocks themselves do not disappear after the restart.

HimmelKreis4865 commented 3 months ago

what version of minecraft bedrock are you playing on?

HimmelKreis4865 commented 3 months ago

server freezing after 10%pregeneration of spawn Yeah frozen server is something I never experienced myself before publishing, now I do aswell.

TheLemzz commented 3 months ago

what version of minecraft bedrock are you playing on?

1.20.60

HimmelKreis4865 commented 3 months ago

Yeah in 1.20.70 minecraft:grass was renamed to minecraft:grass_block, you need 1.20.70

TheLemzz commented 3 months ago

bruhh, I will try it now

TheLemzz commented 3 months ago

It works, thanks