Skip to content

Commit 030cf57

Browse files
Fix moss rendering as moss carpet instead of moss block.
Change display of moss carpet to moss block
1 parent 211198c commit 030cf57

File tree

1 file changed

+2
-2
lines changed
  • Common/src/main/resources/data/botanypots/recipes/minecraft/crop

1 file changed

+2
-2
lines changed

Common/src/main/resources/data/botanypots/recipes/minecraft/crop/moss.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"growthTicks": 1200,
1111
"display": {
12-
"block": "minecraft:moss_carpet"
12+
"block": "minecraft:moss_block"
1313
},
1414
"drops": [
1515
{
@@ -19,4 +19,4 @@
1919
}
2020
}
2121
]
22-
}
22+
}

0 commit comments

Comments
 (0)