update pressureplate recipes

master
tchncs 2016-04-21 20:01:13 +02:00
parent c4f0c5c169
commit 368933ab64
1 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,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",
{{"group:wood", "group:wood"}})
{{"default:mese_crystal_fragment", "group:wood", "default:mese_crystal_fragment"}})
mesecon.register_pressure_plate(
"mesecons_pressureplates:pressure_plate_stone",
@ -91,4 +91,4 @@ 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:cobble", "default:cobble"}})
{{"default:mese_crystal_fragment", "default:cobble", "default:mese_crystal_fragment"}})