fixed regex

master
1122131 2016-06-24 09:27:29 +00:00
parent cc9c586e90
commit c2015ffd37
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@
},
{
"name": "Pressure Plate",
"regex": "(?:(stone|wood|wooden)? ?(pressure)? ?plates?",
"regex": "(?:(stone|wood|wooden)? ?(pressure)? ?plates?)",
"image": "http://www.minecraftxl.com/images/wiki/recipes/pressure-plates-crafting.gif",
"ingredients": "2 Stone OR 2 Wood Planks",
"description": "Triggers a redstone signal, when a player or mob walks on it. Wood Pressure Plates are also activated when something is dropped on them."