#How to remove flowers/blocks (like this script in desc)

7 messages · Page 1 of 1 (latest)

wintry citrus
#

In short:

I want to remove some blocks and flowers from my modpack
I know for sure that this script work:

let unwanted_ore = [

'minecraft:coal_ore',

];

WorldgenEvents.remove((event) => {

unwanted_ore.forEach((ore) => {

event.removeOres((props) => {

props.blocks = ore;

});

});

});
drifting valveBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

wintry citrus
#

is there anything in kubejs about removeFeatureById?

I'm trying to find something about it or code for it in general
finally I asked Gemini 2.5 and the rest of the code is ok only this is bothering

#

ok i found wiki about this...

#

when it comes to blocks like beehives that generate on surface (not on trees) will vegetal_decoration be ok?

wintry citrus
#

I'm still waiting for someone's answer if someone wants to help

wintry citrus
#

ok
i found block swap mod
and this mod basically does what I wanted
so if someone wants what I wanted I can recommend this mod ||it is no longer updated and is up to 1.20.1||