forked from VoxeLibre/VoxeLibre
Make TNT minecarts available in creative menu
This commit is contained in:
parent
e82e5f805f
commit
88f5796cad
|
@ -1157,7 +1157,7 @@ register_minecart({
|
|||
end
|
||||
end,
|
||||
on_activate_by_rail = activate_tnt_minecart,
|
||||
creative = false
|
||||
creative = true
|
||||
})
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue