Make TNT minecarts available in creative menu

This commit is contained in:
teknomunk 2024-03-11 08:13:36 +00:00
parent 937e218639
commit 555b803b42
1 changed files with 1 additions and 1 deletions

View File

@ -1157,7 +1157,7 @@ register_minecart({
end
end,
on_activate_by_rail = activate_tnt_minecart,
creative = false
creative = true
})