#entity in construction tab
1 messages · Page 1 of 1 (latest)
You have to make a custom spawn egg item for your mob and make your mob is_spawnable to false
The custom spawn egg will be in a separate category with the minecraft:entity_placer componenr
like this?
"entity":"minecraft:spider",
"dispense_on":["minecraft:web"],
"use_on" :["minecraft:web"]
}```
shall I replace it with "construction"?