Skip to content

Releases: KnightMiner/Inspirations

1.3.0.9 for 1.18.2

07 Nov 06:03
Compare
Choose a tag to compare

Update to 1.18.2, little bit WIP. Notable changes:

Cauldrons

  • Cauldron logic needed to be rewritten from the ground up
  • Instead of a single cauldron block with a block entity for contents, each contents type uses its own block form
  • Water cauldrons are left to holding 3 bottles.
    • A config option (enabled by default) brings back boiling using a registry sub
    • Freezing is up for reconsideration, may be brought back as well using the same registry sub, but this time random tick based.
  • Potion cauldrons also hold 3 bottles, currently recipes are instant but that may change in the future
  • Added milk cauldrons, hold 4 milk bottles per bucket
    • Milk bottles are drinkable, remove a random effect on use. They also stack to 16
  • Brought back mushroom, rabbit, beetroot, and potato soups
    • Mushroom soup now uses milk as a base. Beetroot is still water based
    • Potato and rabbit are crafted as before
    • All soups still require boiling to craft and give similar discounts
  • Added suspicious stew cauldrons
    • Can be made by adding a flower to mushroom stew
    • Can also mix multiple types of suspicious stew to blend the effects together
  • Brought back honey cauldrons
    • Currently ignore boiling, so blocks can be extracted from non-boiling, along with buckets
  • Currently, cauldron JSON recipes do not exist, vanilla cauldron changes made them difficult to reimplement. Undecided on if I will bring them back

Config

  • Renamed recipe module to cauldron module
  • Rename replacements config to common config, still contains replacements
  • Revamped config to fix issues with recipes not disabling. Many server config options were moved to common config to accommodate

1.2.3.38

05 Aug 20:44
Compare
Choose a tag to compare

Fix an item deletion bug with stacked NBT based fluid containers filling the cauldron

1.2.3.37

10 Jun 22:58
Compare
Choose a tag to compare
  • Fix heartbeets not dropping from beetroots
  • Fix cauldron not being a point of interest for villagers in some cases
  • Replace waypoint compass with dimension compass
  • Fix composter crash with tweaks module
  • Allow villagers to use glass doors

1.2.3

14 May 02:44
Compare
Choose a tag to compare

Building

  • Bookshelves now hold 16 items instead of 14
  • Bookshelves renamed to shelves, can hold regular items (though they take 2 slots each)
  • Bookshelves now support the forge:books tag by default
  • Fix registration crash related to composters

Utilities

  • Add soul torch lever block
  • Piglins now love redstone chargers

Recipes

  • Remove milk in favor of Forge's milk, should migrate automatically
  • Fix ink bottles losing their color when dumping into the cauldron

Tweaks

  • Fix crash when disabling fitted carpets

1.2.2

16 Jan 22:09
Compare
Choose a tag to compare
  • Mark the mod as supporting 1.16.5
  • Update to work with latest forge commits regarding villager PointOfInterest
  • Fix weird bounding boxes on carpeted stairs messing with sprinting
  • Fix gray ink bottle name
  • Fix rare crash on shield tooltip
  • Fix bonemeal being wasted when block crop bonemealing is disabled

1.2.1.23

21 Oct 05:09
Compare
Choose a tag to compare
  • Improved collector and pipe performance
  • Small cleanup to cauldron recipes
  • Dyed water bottles are now called ink bottles
  • Add crafting recipe to book and quill using ink bottles
  • Fix path blocks only being placable on mulch
  • Fix sugar cane having wrong pickblock
  • Fix glass doors not being tagged as doors
  • Fix cauldron no longer working for leatherworker villagers
  • Fix conflict with Configurable Cane for smooth cactus growth
  • Fix conflict with Rats super early registration for shield blocking

1.2.1

21 Oct 05:06
Compare
Choose a tag to compare

Updated to 1.16.2 and 1.16.3

  • Brought back the cauldron. Some details are still a little WIP, but most major functionality is available, including JSON recipe support
  • Pipes and collectors should be more efficient now using modern capability logic
  • Cactus and sugar cane seed models now inherit from the vanilla block model, so should automatically support resource packs
  • Fixed cactus and sugar cane growing too slow
  • Ropes now behave like the new nether vines, having no hitbox by default. Hold spacebar to climb

1.2.0

21 Oct 05:05
Compare
Choose a tag to compare
1.2.0 Pre-release
Pre-release

Updated to 1.16.1

  • Removed chains since vanilla has chains now
  • Some recipe tweaks
  • Fixed modules not really working. They should now work.

1.1.0

12 May 05:36
Compare
Choose a tag to compare
  • Update JEI when items change
  • Pipes and hoppers are now waterloggable
  • Added potted flowers
  • Added smooth crop growth for cactus and sugar cane
  • Allow repairing redstone chargers in anvils
  • Improve glass door hitbox
  • Fix some items not being compostable
  • Fixed silver and light gray localization issue
  • Fix bookshelves not having a burn time

1.0.2

15 Dec 05:36
Compare
Choose a tag to compare

First 1.14 Release

Changes

  • Bookshelves
    • Trapped books now emit comparator power instead of regular redstone power
    • Crafting mismatching slabs will give a new "mixed planks" shelf
  • Ropes
    • Can now climb iron bars if a rope is hanging from it
    • Vine ropes now use bamboo instead of sticks for the rungs
  • Mulch
    • Plain mulch is now a stonecutter recipe
    • Colors are dyed from plain mulch
  • Texture updates
    • Paths, chain, collectors, glass doors, torch levers, colored books, and redstone chargers updated based on corresponding 1.14 textures
    • Enchanted books and fireworks updated to the 1.14 texture (overridden for the custom tinting)
    • Locks, keys, and charged arrows general updates

Missing features

These features will come at a later date, but do not currently exist

  • Cauldrons
    • 1.12 code was quite a bit of a mess
    • I want to try a cleaner design pattern over the really messy one with 6 or 7 different functions to overrride
    • Needs to support JSON recipes
  • Anvil
    • Switching to support JSON recipes

Pending features

These features are currently undergoing considerations to keep or remove

  • Bricks buttons
    • I like the idea of this feature, but the current implementation feels awkward
  • More seeds
    • Not sure this feature fits in Inspirations
    • May fit better in Animal Crops when I update that, as its a skyblock companion feature

Removals

These features were removed entirely, will not be reimplemented

  • Better Flower Pots
    • Dynamic flower pots are no longer needed now that each flower pot plant is its own block. Mods should be adding their own pots
    • Comparator support is no longer possible without coremodding
  • Crooks
    • Was originally added for the sake of SkyFactory 4, but did not really fit in the overall mod
    • Considered readding as just the hoe feature, but its a lot more difficult to do with loot tables
  • Redstone Barrel
    • Originally added to make up for adding a tile entity to cauldrons, as that prevents pushing them with pistons
    • Now the composer serves the same role
  • More potions
    • Was originally added for a use for silverfish, want to find a different use instead
    • Decided its better to leave some potions unbrewable
  • Redstone Torch Lever
    • Other mods add more interesting T-Flip Flop options
  • Amber, yellow, and ruby mulch
    • Felt bloated with so many variants
    • Decided to stick to just plain and 4 alternative colors
  • Rainbow and christmas enlightened bushes
    • Were too similar to white enlightened bushes