Hex27 / TerraformGenerator

World generation augmenter
Apache License 2.0
267 stars 28 forks source link

Resources for bedrock edition #66

Closed JoshLoecker closed 2 years ago

JoshLoecker commented 2 years ago

I run a Java server with GeyserMC. Is there any way I could get a bedrock version of the texture pack for bedrock clients?

If not it’s no big deal, I still love the plugin :)

Hex27 commented 2 years ago

The plugin doesn't use any texture packs.

JoshLoecker commented 2 years ago

@Hex27 Ah ok - do you know if there's any way to get the modified leaves, dirt blocks, etc into bedrock?

BitRoit commented 2 years ago

@Hex27 Ah ok - do you know if there's any way to get the modified leaves, dirt blocks, etc into bedrock?

Yes, you need resource pack for that.

BitRoit commented 2 years ago

Bruh

Hex27 commented 2 years ago

If I remember right, that’s a limitation that exists with Geyser, custom biomes just aren’t shared right now. That’s not something that the plugin can solve.

(This still has nothing to do with a resource pack)

BitRoit commented 2 years ago

To modify the texture of the blocks, you need a resource pack, or if you want to get something like non-vanilla blocks, there are plugins like ItemsAdder or Oraxen for that.

BitRoit commented 2 years ago

GeysermMC can be installed as a plugin too, I think that might be important.

Hex27 commented 2 years ago

No textures are being modified - this is about the coloured leaves and grass that the plugin provides via custom biomes (e.g. the scarlet forest)

This has nothing to do with a resource pack or a datapack as the plugin uses neither - custom biomes are directly injected via code into the java server process, and those biome colors are something which Geyser does not translate via its proxy.

Geyser is a proxy. Even while running as a plugin, it is still a proxy that tries to translate to the java protocol. Installing geyser as a plugin will not resolve this.

ghost commented 2 years ago

You can make custom biomes by resource packs & edit biomes mappings in geyser :)