0

Added missing comma in function call for fence gate material definition.

This commit is contained in:
Ean McLaughlin
2014-09-03 02:06:51 -06:00
parent f5b610e81c
commit 8f909f99de
2 changed files with 4 additions and 4 deletions

View File

@@ -3587,7 +3587,7 @@ def vines(self, blockid, data):
return img
# fence gates
@material(blockid=[107, 183, 184, 185, 186, 187] data=range(8), transparent=True, nospawn=True)
@material(blockid=[107, 183, 184, 185, 186, 187], data=range(8), transparent=True, nospawn=True)
def fence_gate(self, blockid, data):
# rotation