Fixed regex

master
Nalin Bhardwaj 2017-01-24 09:22:22 +00:00
parent 064f5b12ec
commit b6b0f3566b
1 changed files with 1 additions and 1 deletions

View File

@ -718,7 +718,7 @@
},
{
"name": "Fence Gate",
"regex": "(?:fence ?(gate?|door?))",
"regex": "(?:fences ?(gates?|doors?))",
"imageName": "http://www.minecraftxl.com/images/wiki/recipes/fence-gate-crafting.png",
"ingredients": "4 Stick + 2 Wood Planks",
"description": "Fence gates serves as a door for a row of fences. They can be opened both inward and outwards. They are opened by right-clicking or with a redstone signal."