Changes

Summary

  1. Add smashing anvil entity. (details)
  2. Add the original tick() method for the anvil (details)
  3. Remove irrelevant code from here (details)
  4. Further clean up tick code, add smashing functionality (details)
  5. Add spawning/network code for falling anvil entity (details)
  6. Enable the Recipes module (details)
  7. Fix this not being initialized (details)
  8. Remove Smashing Anvil block (details)
  9. Swap entities when anvils begin falling (details)
  10. Disable extra blockstates, this isn't allowed (details)
Commit befa138bdc564475884ec0bb87d1c6207e1e20b2 by spencerb21
Add smashing anvil entity.
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/InspirationsRecipes.java (diff)
The file was modifiedsrc/main/resources/META-INF/accesstransformer.cfg (diff)
The file was addedsrc/main/java/knightminer/inspirations/recipes/entity/SmashingAnvilEntity.java
Commit 01585cddd67848e6a08ca6b16be04f14f59ea04c by spencerb21
Add the original tick() method for the anvil
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/entity/SmashingAnvilEntity.java (diff)
The file was modifiedsrc/main/resources/META-INF/accesstransformer.cfg (diff)
Commit 3c6673915914be1f7d4a96f4eff7cb04522c4b65 by spencerb21
Remove irrelevant code from here
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/entity/SmashingAnvilEntity.java (diff)
Commit 137f6a6e16fcca54c73da3cf803cf782650b904c by spencerb21
Further clean up tick code, add smashing functionality
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/block/SmashingAnvilBlock.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/entity/SmashingAnvilEntity.java (diff)
Commit ccd90e36265ec39306660120383e576c7a240fd5 by spencerb21
Add spawning/network code for falling anvil entity
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/entity/SmashingAnvilEntity.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/RecipesClientProxy.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/InspirationsRecipes.java (diff)
Commit ae97486dab6a0891895f2ce4ff293fd120973891 by spencerb21
Enable the Recipes module
The file was modifiedsrc/main/java/knightminer/inspirations/Inspirations.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/common/Config.java (diff)
Commit 3ec862e18fa38aad034ec4c07361d3496b570a16 by spencerb21
Fix this not being initialized
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/InspirationsRecipes.java (diff)
Commit 3a3e65b87750d11c09b32baeaff1e3f2908ffc65 by spencerb21
Remove Smashing Anvil block
The file was removedsrc/main/java/knightminer/inspirations/recipes/block/SmashingAnvilBlock.java
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/InspirationsRecipes.java (diff)
Commit b38dd3c0dcaaa7f8e58cc51f63d6146dc7d6f0c9 by spencerb21
Swap entities when anvils begin falling
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/RecipesEvents.java (diff)
Commit c9077efd8fb5e2c816c39c01423e0b38ca4e4958 by spencerb21
Disable extra blockstates, this isn't allowed
The file was modifiedsrc/main/java/knightminer/inspirations/recipes/block/EnhancedCauldronBlock.java (diff)