mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2025-04-19 18:30:20 +02:00
add plastcrete
This commit is contained in:
parent
62037ad60a
commit
745250cf2a
@ -46,6 +46,7 @@ CC BY 3.0
|
|||||||
* scifi_nodes_grass_top.png https://github.com/minetest/minetest_game
|
* scifi_nodes_grass_top.png https://github.com/minetest/minetest_game
|
||||||
* scifi_nodes_grass_side.png https://github.com/minetest/minetest_game
|
* scifi_nodes_grass_side.png https://github.com/minetest/minetest_game
|
||||||
* scifi_nodes_wood.png https://github.com/minetest/minetest_game
|
* scifi_nodes_wood.png https://github.com/minetest/minetest_game
|
||||||
|
* scifi_nodes_plastcrete.png https://github.com/mt-mods/basic_materials
|
||||||
|
|
||||||
CC0
|
CC0
|
||||||
* scifi_nodes_digicode.ogg https://freesound.org/people/benjaminharveydesign/sounds/315921/
|
* scifi_nodes_digicode.ogg https://freesound.org/people/benjaminharveydesign/sounds/315921/
|
||||||
|
@ -34,6 +34,15 @@ if not minetest.get_modpath("default") or not minetest.get_modpath("dye") then
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
output = "scifi_nodes:plastcrete 6",
|
||||||
|
recipe = {
|
||||||
|
{"scifi_nodes:white2", "default:gravel", "scifi_nodes:white2"},
|
||||||
|
{"default:gravel", "scifi_nodes:white2", "default:gravel"},
|
||||||
|
{"scifi_nodes:white2", "default:gravel", "scifi_nodes:white2"}
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "scifi_nodes:super_white",
|
output = "scifi_nodes:super_white",
|
||||||
recipe = {
|
recipe = {
|
||||||
|
@ -302,5 +302,12 @@
|
|||||||
},
|
},
|
||||||
"blackplate": {
|
"blackplate": {
|
||||||
"description": "Black plate"
|
"description": "Black plate"
|
||||||
|
},
|
||||||
|
"plastcrete": {
|
||||||
|
"description": "Plastcrete",
|
||||||
|
"sounds": "stone",
|
||||||
|
"colorable": true,
|
||||||
|
"moreblocks": false,
|
||||||
|
"paramtype2": "none"
|
||||||
}
|
}
|
||||||
}
|
}
|
BIN
textures/scifi_nodes_plastcrete.png
Normal file
BIN
textures/scifi_nodes_plastcrete.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
Loading…
x
Reference in New Issue
Block a user