mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-31 02:56:26 -04:00
146 lines
2.4 KiB
Text
Executable file
146 lines
2.4 KiB
Text
Executable file
#craftitems.lua
|
|
Stick =
|
|
Paper =
|
|
Book =
|
|
Coal Lump =
|
|
Iron Lump =
|
|
Copper Lump =
|
|
Mese Crystal =
|
|
Gold Lump =
|
|
Diamond =
|
|
Clay Lump =
|
|
Steel Ingot =
|
|
Copper Ingot =
|
|
Bronze Ingot =
|
|
Gold Ingot =
|
|
Mese Crystal Fragment =
|
|
Clay Brick =
|
|
Obsidian Shard =
|
|
|
|
#furnance.lua
|
|
Furnace =
|
|
Furnace is empty =
|
|
Furnance @1 Item: @2; Fuel: @3 =
|
|
Empty =
|
|
Not cookable =
|
|
inactive =
|
|
active =
|
|
|
|
#nodes
|
|
Stone =
|
|
Cobblestone =
|
|
Stone Brick =
|
|
Mossy Cobblestone =
|
|
Desert Stone =
|
|
Desert Cobblestone =
|
|
Desert Stone Brick =
|
|
Sandstone =
|
|
Sandstone Brick =
|
|
Obsidian =
|
|
Obsidian Brick =
|
|
Dirt =
|
|
Dirt with Grass =
|
|
Dirt with Grass and Footsteps =
|
|
Dirt with Snow =
|
|
Sand =
|
|
Desert Sand =
|
|
Gravel =
|
|
Clay =
|
|
Snow =
|
|
Snow Block =
|
|
Ice =
|
|
Tree =
|
|
Wooden Planks =
|
|
Sapling =
|
|
Leaves =
|
|
Apple =
|
|
Jungle Tree =
|
|
Junglewood Planks =
|
|
Jungle Leaves =
|
|
Jungle Sapling =
|
|
Pine Tree =
|
|
Pinewood Planks =
|
|
Pine Needles =
|
|
Pine Sapling =
|
|
Coal Ore =
|
|
Coal Block =
|
|
Iron Ore =
|
|
Steel Block =
|
|
Copper Ore =
|
|
Copper Block =
|
|
Bronze Block =
|
|
Mese Ore =
|
|
Mese Block =
|
|
Gold Ore =
|
|
Gold Block =
|
|
Diamond Ore =
|
|
Diamond Block =
|
|
Cactus =
|
|
Papyrus =
|
|
Dry Shrub =
|
|
Jungle Grass =
|
|
Grass =
|
|
Water Source =
|
|
Flowing Water =
|
|
River Water Source =
|
|
Flowing River Water =
|
|
Lava Source =
|
|
Flowing Lava =
|
|
Torch =
|
|
Chest =
|
|
@1 moves stuff in chest at @2 =
|
|
@1 moves stuff to chest at @2 =
|
|
@1 takes stuff from chest at @2 =
|
|
Locked Chest =
|
|
Locked Chest (owned by @1) =
|
|
@1 moves stuff to locked chest at @2 =
|
|
@1 takes stuff from locked chest at @2 =
|
|
Bookshelf =
|
|
@1 moves stuff in bookshelf at @2 =
|
|
@1 moves stuff to bookshelf at @2 =
|
|
@1 takes stuff from bookshelf at @2 =
|
|
@1 wrote \"@2\" to sign at @3 =
|
|
Sign =
|
|
Ladder =
|
|
Wooden Fence =
|
|
Glass =
|
|
Obsidian Glass =
|
|
Rail =
|
|
Brick Block =
|
|
Mese Lamp =
|
|
Cloud =
|
|
Nyan Cat =
|
|
Nyan Cat Rainbow =
|
|
|
|
#tools.lua
|
|
Wooden Pickaxe =
|
|
Stone Pickaxe =
|
|
Steel Pickaxe =
|
|
Bronze Pickaxe =
|
|
Mese Pickaxe =
|
|
Diamond Pickaxe =
|
|
Wooden Shovel =
|
|
Stone Shovel =
|
|
Steel Shovel =
|
|
Bronze Shovel =
|
|
Mese Shovel =
|
|
Diamond Shovel =
|
|
Wooden Axe =
|
|
Stone Axe =
|
|
Steel Axe =
|
|
Bronze Axe =
|
|
Mese Axe =
|
|
Diamond Axe =
|
|
Wooden Sword =
|
|
Stone Sword =
|
|
Steel Sword =
|
|
Bronze Sword =
|
|
Mese Sword =
|
|
Diamond Sword =
|
|
|
|
#trees.lua
|
|
A sapling grows into a tree at @1 =
|
|
A jungle sapling grows into a tree at @1 =
|
|
A pine sapling grows into a tree at @1 =
|
|
Deprecated use of default.grow_tree =
|
|
Deprecated use of default.grow_jungle_tree =
|