Compare commits
1 Commits
13c1bddaf6
...
dirt-path-
| Author | SHA1 | Date | |
|---|---|---|---|
|
445dffd2d9
|
@@ -2882,7 +2882,7 @@ def crops8(self, blockid, data):
|
||||
|
||||
|
||||
# farmland and grass path (15/16 blocks)
|
||||
@material(blockid=[60, 208], data=list(range(2)), solid=True, transparent=True, nospawn=True)
|
||||
@material(blockid=[60, 208], data=list(range(2)), solid=True, nospawn=True)
|
||||
def farmland(self, blockid, data):
|
||||
if blockid == 60:
|
||||
side = self.load_image_texture("assets/minecraft/textures/block/dirt.png").copy()
|
||||
|
||||
Reference in New Issue
Block a user