Changes

Summary

  1. Update versions (details)
  2. Fix parents of models sometimes not being loaded (details)
  3. Add back JEI plugin for texture block recipes (details)
  4. Fix wrong texture for mixed rainbow bookshelves (details)
  5. Fix automatic tooltips not working where relevant (details)
  6. Trapped books now affect comparator power (details)
  7. Mulch is now made in the stonecutter (details)
  8. Remove some extra bush types for simplification (details)
  9. Reduce the number of mulch variants (details)
The file was modifiedsrc/main/resources/META-INF/mods.toml (diff)
The file was modifiedbuild.properties (diff)
Commit fb85c7a6e41c49524c1bec27d0387daf5b6edade by KnightMiner
Fix parents of models sometimes not being loaded

Particularly happens among item models, they would randomly not load in a large enough pack
The file was modifiedsrc/main/java/knightminer/inspirations/building/client/BookshelfModel.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/common/ClientProxy.java (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/shared/client/TextureModel.java (diff)
Commit 9bd9b7d700e60fd6f7c419ac89049ca55e49df70 by KnightMiner
Add back JEI plugin for texture block recipes
The file was addedsrc/main/java/knightminer/inspirations/plugins/jei/TextureRecipeExtension.java
The file was addedsrc/main/java/knightminer/inspirations/plugins/jei/JEIPlugin.java
The file was modifiedsrc/main/java/knightminer/inspirations/library/util/TextureBlockUtil.java (diff)
Commit 4cdd1545a89c98509c99e27da5239312658ffdb7 by KnightMiner
Fix wrong texture for mixed rainbow bookshelves
The file was modifiedsrc/main/resources/assets/inspirations/models/item/rainbow_bookshelf.json (diff)
Commit 2b4a4f6b53936e0ea6cad03200d656cf74609318 by KnightMiner
Fix automatic tooltips not working where relevant

Might just be locks and keys so far, but more in the future
The file was modifiedsrc/main/java/knightminer/inspirations/common/item/HidableItem.java (diff)
The file was modifiedsrc/main/resources/assets/inspirations/lang/en_us.json (diff)
Commit fae1407e9d739f7c3199f839550c80e11d941e4b by KnightMiner
Trapped books now affect comparator power

Before it was regular redstone power, but this makes more sense.
The file was modifiedsrc/main/java/knightminer/inspirations/building/block/BookshelfBlock.java (diff)
The file was modifiedsrc/main/resources/assets/inspirations/lang/en_us.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/building/tileentity/BookshelfTileEntity.java (diff)
Commit 91e80f89dfd5bfb925bf6f14e8050f6a57d24769 by KnightMiner
Mulch is now made in the stonecutter

Sure, its not stone, but I like the recipe
The file was addedsrc/main/resources/data/inspirations/tags/blocks/mulch.json
The file was modifiedsrc/main/resources/data/inspirations/recipes/building/mulch/ruby.json (diff)
The file was modifiedsrc/main/resources/data/inspirations/recipes/building/mulch/yellow.json (diff)
The file was modifiedsrc/main/resources/data/inspirations/recipes/building/mulch/blue.json (diff)
The file was modifiedsrc/main/resources/data/inspirations/recipes/building/mulch/brown.json (diff)
The file was modifiedsrc/main/resources/data/inspirations/recipes/building/mulch/black.json (diff)
The file was modifiedsrc/main/resources/data/inspirations/recipes/building/mulch/amber.json (diff)
The file was modifiedsrc/main/resources/data/inspirations/recipes/building/mulch/plain.json (diff)
The file was modifiedsrc/main/resources/data/inspirations/recipes/building/mulch/red.json (diff)
The file was addedsrc/main/resources/data/inspirations/tags/items/mulch.json
Commit 0a70542f1f3300d7f64c62e41c2aaba882104d47 by KnightMiner
Remove some extra bush types for simplification
The file was modifiedsrc/main/java/knightminer/inspirations/plugins/jei/JEIPlugin.java (diff)
The file was removedsrc/main/resources/data/inspirations/loot_tables/blocks/rainbow_enlightened_bush.json
The file was removedsrc/main/resources/assets/inspirations/textures/block/lights_rainbow.png
The file was removedsrc/main/resources/assets/inspirations/models/block/enlightened_bush/rainbow.json
The file was modifiedsrc/main/resources/assets/inspirations/lang/en_us.json (diff)
The file was removedsrc/main/resources/assets/inspirations/blockstates/christmas_enlightened_bush.json
The file was modifiedsrc/main/resources/assets/inspirations/lang/zh_cn.json (diff)
The file was removedsrc/main/resources/assets/inspirations/models/item/rainbow_enlightened_bush.json
The file was removedsrc/main/resources/data/inspirations/loot_tables/blocks/christmas_enlightened_bush.json
The file was modifiedsrc/main/java/knightminer/inspirations/building/BuildingClientProxy.java (diff)
The file was removedsrc/main/resources/assets/inspirations/models/item/christmas_enlightened_bush.json
The file was removedsrc/main/resources/assets/inspirations/models/block/enlightened_bush/christmas.json
The file was modifiedsrc/main/resources/assets/inspirations/lang/de_de.json (diff)
The file was removedsrc/main/resources/assets/inspirations/textures/block/lights_christmas.png
The file was modifiedsrc/main/resources/assets/inspirations/lang/ru_ru.json (diff)
The file was removedsrc/main/resources/data/inspirations/recipes/building/enlightned_bush/rainbow.json
The file was modifiedsrc/main/resources/data/minecraft/tags/blocks/leaves.json (diff)
The file was removedsrc/main/resources/data/inspirations/recipes/building/enlightned_bush/christmas.json
The file was modifiedsrc/main/resources/data/minecraft/tags/items/leaves.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/building/InspirationsBuilding.java (diff)
The file was removedsrc/main/resources/assets/inspirations/blockstates/rainbow_enlightened_bush.json
Commit 02ac15b30ae10454901d46f49aa0baa4c47ccfd5 by KnightMiner
Reduce the number of mulch variants
The file was modifiedsrc/main/resources/assets/inspirations/lang/en_us.json (diff)
The file was modifiedsrc/main/java/knightminer/inspirations/building/InspirationsBuilding.java (diff)
The file was removedsrc/main/resources/assets/inspirations/blockstates/yellow_mulch.json
The file was modifiedsrc/main/resources/data/minecraft/tags/blocks/dirt_like.json (diff)
The file was removedsrc/main/resources/assets/inspirations/blockstates/amber_mulch.json
The file was removedsrc/main/resources/data/inspirations/recipes/building/mulch/amber.json
The file was modifiedsrc/main/resources/assets/inspirations/lang/zh_cn.json (diff)
The file was modifiedsrc/main/resources/assets/inspirations/textures/block/mulch_brown.png (diff)
The file was removedsrc/main/resources/assets/inspirations/blockstates/ruby_mulch.json
The file was removedsrc/main/resources/data/inspirations/loot_tables/blocks/yellow_mulch.json
The file was removedsrc/main/resources/data/inspirations/recipes/building/mulch/yellow.json
The file was modifiedsrc/main/resources/assets/inspirations/lang/de_de.json (diff)
The file was modifiedsrc/main/resources/assets/inspirations/lang/ru_ru.json (diff)
The file was removedsrc/main/resources/data/inspirations/loot_tables/blocks/amber_mulch.json
The file was removedsrc/main/resources/assets/inspirations/models/block/mulch/ruby.json
The file was removedsrc/main/resources/assets/inspirations/textures/block/mulch_yellow.png
The file was removedsrc/main/resources/assets/inspirations/models/block/mulch/yellow.json
The file was removedsrc/main/resources/data/inspirations/recipes/building/mulch/ruby.json
The file was removedsrc/main/resources/assets/inspirations/textures/block/mulch_ruby.png
The file was removedsrc/main/resources/assets/inspirations/models/block/mulch/amber.json
The file was removedsrc/main/resources/assets/inspirations/textures/block/mulch_amber.png
The file was modifiedsrc/main/resources/data/inspirations/tags/items/mulch.json (diff)
The file was removedsrc/main/resources/data/inspirations/loot_tables/blocks/ruby_mulch.json
The file was modifiedsrc/main/resources/data/inspirations/tags/blocks/mulch.json (diff)