minor fixes

master
1122131 2016-07-19 18:10:28 +00:00
parent 7b509eaed1
commit 2201928543
2 changed files with 1 additions and 2 deletions

View File

@ -46,7 +46,6 @@ handle remainder => sub {
#get image correct path
my $image;
my $localPath;
my $imageName = $recipe->{'imageName'};
my $localPath = $recipe->{'localPath'};

View File

@ -1047,7 +1047,7 @@
},
{
"name": "Coarse Dirt",
"regex": "(?:coarse ?dirt (blocks?)?)|(?:grassless ?dirt)",
"regex": "(?:coarse ?dirt ?(blocks?)?)|(?:grassless ?dirt)",
"imageName": "coarse_dirt.png",
"ingredients": "2 Dirt + 2 Gravel",
"description": "Variation of dirt that will not grow grass",