[Feature] Support for Custom Boats (quiqueck/BetterNether#4)

This commit is contained in:
Frank 2022-07-30 00:08:13 +02:00
parent 696e0d5def
commit a18aa400ed
10 changed files with 483 additions and 1 deletions

View file

@ -14,7 +14,8 @@
"ModelManagerMixin",
"PresetEditorMixin",
"SignEditScreenMixin",
"TextureAtlasMixin"
"TextureAtlasMixin",
"boat.BoatRendererMixin"
],
"injectors": {
"defaultRequire": 1

View file

@ -37,6 +37,9 @@
"SurfaceRulesContextAccessor",
"TheEndBiomesMixin",
"WorldGenRegionMixin",
"boat.BoatItemMixin",
"boat.BoatMixin",
"boat.ChestBoatMixin",
"elytra.LivingEntityMixin",
"shears.BeehiveBlockMixin",
"shears.DiggingEnchantmentMixin",