Skip to content

Commit

Permalink
~ Change: Ported to 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FaeWulf committed Nov 4, 2024
1 parent 053fd21 commit 1fb7d15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions common/src/main/resources/diversity.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"buildingBundle.BuilderMixin",
"buildingBundle.BundleContentComponentInvoker",
"buildingBundle.BundleItemMixin",
"buildingBundle.ModifyComponentMixin",
"clickThrough.ChestBlockMixin",
"clickThrough.ItemFrame",
"clickThrough.WallSign",
Expand All @@ -36,8 +37,8 @@
"dayCounter.ServerWorldMixin",
"deepslateGenerator.FluidBlockMixin",
"deepslateGenerator.LavaFluidMixin",
"delay1TickBulbBlock.BulbBlobkMixin",
"edibleEndStone.LivingEntityMixin",
"delay1TickBulbBlock.BulbBlockMixin",
"edibleEndStone.ConsumableMixin",
"edibleEndStone.ServerPlayerMixin",
"enchantTableAcceptFurtherBookshelf.EnchantingTableBlockMixin",
"farmlandTrample.FarmlandMixin",
Expand All @@ -53,7 +54,7 @@
"featherOnBrush.ParrotEntityMixin",
"functionalNameTag.babyNameTag",
"functionalNameTag.silentNameTag",
"glowBerries.LivingEntityMixin",
"glowBerries.ConsumableMixin",
"goldArmorTrimIsAlsoGold.PiglinBrainMixin",
"increaseStackSize.DataComponentTypesMixin",
"increaseStackSize.ItemStackMixin",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package xyz.faewulf.diversity;


import net.neoforged.bus.api.IEventBus;
import net.neoforged.fml.ModLoadingContext;
import net.neoforged.fml.common.Mod;
Expand Down

0 comments on commit 1fb7d15

Please sign in to comment.