mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-11-16 07:10:32 +01:00
Add sandstone pressure plate
This commit is contained in:
parent
1a9704f184
commit
9bd1ce2529
|
@ -108,3 +108,14 @@ mesecon.register_pressure_plate(
|
|||
{{"default:cobble", "default:cobble"}},
|
||||
{ cracky = 3, oddly_breakable_by_hand = 3 },
|
||||
default.node_sound_stone_defaults())
|
||||
|
||||
mesecon.register_pressure_plate(
|
||||
"mesecons_pressureplates:pressure_plate_sandstone",
|
||||
"Sandstone Pressure Plate",
|
||||
{"pressure_plate_sandstone_off.png","pressure_plate_sandstone_off.png","pressure_plate_sandstone_off_edges.png"},
|
||||
{"pressure_plate_sandstone_on.png","pressure_plate_sandstone_on.png","pressure_plate_sandstone_on_edges.png"},
|
||||
"pressure_plate_sandstone_wield.png",
|
||||
"pressure_plate_sandstone_inv.png",
|
||||
{{"default:sandstone_block", "default:sandstone_block"}},
|
||||
{ cracky = 3, oddly_breakable_by_hand = 3 },
|
||||
default.node_sound_stone_defaults())
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 742 B |
Binary file not shown.
After Width: | Height: | Size: 709 B |
Binary file not shown.
After Width: | Height: | Size: 319 B |
BIN
mesecons_pressureplates/textures/pressure_plate_sandstone_on.png
Normal file
BIN
mesecons_pressureplates/textures/pressure_plate_sandstone_on.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 662 B |
Binary file not shown.
After Width: | Height: | Size: 312 B |
Binary file not shown.
After Width: | Height: | Size: 742 B |
Loading…
Reference in New Issue
Block a user