[Feature] Support for Custom Boats (quiqueck/BetterNether#4)
This commit is contained in:
parent
696e0d5def
commit
a18aa400ed
10 changed files with 483 additions and 1 deletions
|
@ -14,7 +14,8 @@
|
|||
"ModelManagerMixin",
|
||||
"PresetEditorMixin",
|
||||
"SignEditScreenMixin",
|
||||
"TextureAtlasMixin"
|
||||
"TextureAtlasMixin",
|
||||
"boat.BoatRendererMixin"
|
||||
],
|
||||
"injectors": {
|
||||
"defaultRequire": 1
|
||||
|
|
|
@ -37,6 +37,9 @@
|
|||
"SurfaceRulesContextAccessor",
|
||||
"TheEndBiomesMixin",
|
||||
"WorldGenRegionMixin",
|
||||
"boat.BoatItemMixin",
|
||||
"boat.BoatMixin",
|
||||
"boat.ChestBoatMixin",
|
||||
"elytra.LivingEntityMixin",
|
||||
"shears.BeehiveBlockMixin",
|
||||
"shears.DiggingEnchantmentMixin",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue