Skip to content
Snippets Groups Projects
Commit add0b729 authored by Milan's avatar Milan
Browse files

fix pressureplates

parent de436820
No related branches found
No related tags found
No related merge requests found
Pipeline #850 failed
......@@ -94,7 +94,7 @@ mesecon.register_pressure_plate(
{"jeija_pressure_plate_wood_on.png","jeija_pressure_plate_wood_on.png","jeija_pressure_plate_wood_on_edges.png"},
"jeija_pressure_plate_wood_wield.png",
"jeija_pressure_plate_wood_inv.png",
{{"default:mese_crystal_fragment", "group:wood", "default:mese_crystal_fragment"}}
{{"default:mese_crystal_fragment", "group:wood", "default:mese_crystal_fragment"}},
{ choppy = 3, oddly_breakable_by_hand = 3 },
default.node_sound_wood_defaults())
......@@ -105,7 +105,6 @@ mesecon.register_pressure_plate(
{"jeija_pressure_plate_stone_on.png","jeija_pressure_plate_stone_on.png","jeija_pressure_plate_stone_on_edges.png"},
"jeija_pressure_plate_stone_wield.png",
"jeija_pressure_plate_stone_inv.png",
{{"default:mese_crystal_fragment", "default:cobble", "default:mese_crystal_fragment"}}
{{"default:cobble", "default:cobble"}},
{{"default:mese_crystal_fragment", "default:cobble", "default:mese_crystal_fragment"}},
{ cracky = 3, oddly_breakable_by_hand = 3 },
default.node_sound_stone_defaults())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment