You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the somewhat new block type codecs Mojang introduced some time in 1.20 or something.
This will be data driven.
Not sure if it can be added to Block Config. If it can, it will look something like this:
{
// other options“blocks”: [
{
“id”: “wilderwild:sculk_echoer”,“block”: {“type”: “minecraft:sculk_shrieker”,// other elements, not sure if this will work
}
}
]}
The text was updated successfully, but these errors were encountered:
Use the somewhat new block type codecs Mojang introduced some time in 1.20 or something.
This will be data driven.
Not sure if it can be added to Block Config. If it can, it will look something like this:
The text was updated successfully, but these errors were encountered: