PluginBugs / Issues-ItemsAdder

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

Biome decorators (idea Ⅱ) #4142

Closed Jamaplawer closed 5 hours ago

Jamaplawer commented 5 hours ago

Terms

Discord tag (optional)

Jamaplawer#0353

Describe the solution you'd like

If you've read my previous Feature Request, you’ll already be familiar with the concept I’m proposing. This is a second idea related to adding Biome Decorators.

The idea is to enable the replacement of specific blocks with custom ItemsAdder blocks in designated biomes, including those created via data packs.

For example, let’s say I want all the stone blocks in the Plains biome to be replaced with a custom ItemsAdder block. This feature would only affect new chunks, meaning blocks in already-generated chunks remain unchanged.

Another example: I’ve created a custom biome in the Nether, and I’d like to replace all the end stone within that biome with a custom block I’ve designed. The configuration for this would be managed via a .yml file, which might look like this:

info: namespace: mypack biome_decorators: custom_block: block: mycustomblock biome: plains replaceable_block: block: STONE

Is your feature request related to a problem?

I need to add custom biomes that have Itemsadder blocks and work on 1.21. All the plugins are either outdated (or aren't updated to 1.21) or won't work in the end (like Iris)

Describe alternatives you've considered

World populators, but it can't do it so massively as I need it to do!

Additional context

This is a simplified version of the same idea I posted a few days ago! I really hope this gets added :)

Andre601 commented 5 hours ago

I feel like it would be better to add to the pre-existing issue, rather than opening a separate one, as it only causes us to track two issues that could easily be tracked in one.

So because of this am I closing this as duplicate of #4124


Your issue has been marked as duplicate! Please always check the issue tracker first for any existing issues of the same problem/suggestion (including closed ones!) before creating your own. Thank you.

Jamaplawer commented 5 hours ago

So this feature is not going to be added

Jamaplawer commented 5 hours ago

Can I just re-write the first one

Andre601 commented 5 hours ago

Just make a comment on the other issue with this info.

Jamaplawer commented 5 hours ago

Ok BTW do you like this idea/could this idea be useful in itemsadder