Fixed village stairs in the Grove biome
This commit is contained in:
parent
b3dc171247
commit
39d46f3227
1 changed files with 0 additions and 7 deletions
|
@ -142,13 +142,6 @@ public class VillageMaterialEventHandler
|
||||||
event.replacement = 1;
|
event.replacement = 1;
|
||||||
event.setResult(Result.DENY);
|
event.setResult(Result.DENY);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Wooden Stairs
|
|
||||||
if (event.original == Blocks.oak_stairs)
|
|
||||||
{
|
|
||||||
event.replacement = 5;
|
|
||||||
event.setResult(Result.DENY);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//Heathland
|
//Heathland
|
||||||
|
|
Loading…
Reference in a new issue