[Change] Removed custom sign rendering in favour of vanilla Wood-Types
This commit is contained in:
parent
3ee132e7ff
commit
f38d1e9dde
15 changed files with 188 additions and 503 deletions
|
@ -13,7 +13,6 @@
|
|||
"MinecraftMixin",
|
||||
"ModelManagerMixin",
|
||||
"PresetEditorMixin",
|
||||
"SignEditScreenMixin",
|
||||
"boat.BoatRendererMixin"
|
||||
],
|
||||
"injectors": {
|
||||
|
|
|
@ -45,7 +45,8 @@
|
|||
"shears.PumpkinBlockMixin",
|
||||
"shears.SheepMixin",
|
||||
"shears.SnowGolemMixin",
|
||||
"shears.TripWireBlockMixin"
|
||||
"shears.TripWireBlockMixin",
|
||||
"signs.BlockEntityTypeMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue