mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-09 20:36:15 +00:00
* Hide crafting grid in player inventory * Put all the MTG stuff in a modpack --------- Co-authored-by: CrazyladMT <crazyladttd@outlook.com>
8 lines
64 B
Lua
8 lines
64 B
Lua
|
|
globals = {
|
|
"controls",
|
|
}
|
|
|
|
read_globals = {
|
|
"minetest",
|
|
}
|