mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-28 05:21:05 +01:00
Make TNT minecarts available in creative menu
This commit is contained in:
parent
52bca90ae2
commit
37d07b6201
1 changed files with 1 additions and 1 deletions
|
@ -1157,7 +1157,7 @@ register_minecart({
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
on_activate_by_rail = activate_tnt_minecart,
|
on_activate_by_rail = activate_tnt_minecart,
|
||||||
creative = false
|
creative = true
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue