Changes

#77 (Aug 11, 2019 11:36:02 PM)

  1. Add more bonemeal options, such as bone meal grass spread — KnightMiner / githubweb
  2. Skeletons now drop skulls and cave spiders webs — KnightMiner / githubweb
  3. Improve waypoint compass tooltip — KnightMiner / githubweb
  4. Improve carpet stairs hitboxes — KnightMiner / githubweb
  5. instead of grass always winning ties, randomly choose grass or mycelium — KnightMiner / githubweb
  6. Release 0.2.6 — KnightMiner / githubweb
  7. Add custom portal colors — KnightMiner / githubweb
  8. Switch from instanceof ItemShield to Item::isShield for enchantment checks — KnightMiner / githubweb
  9. Add rope ladders: right click a rope with sticks to add rungs — KnightMiner / githubweb
  10. Replace soup mixes with intermediate soup recipes — KnightMiner / githubweb
  11. Add a line break between shield patterns and the enchantments — KnightMiner / githubweb
  12. Fix serverside access of client tooltip flags — KnightMiner / githubweb
  13. Fix render desync with flowerpots — KnightMiner / githubweb
  14. Add an update packet on placing and breaking blocks near portals to fix the colors — KnightMiner / githubweb
  15. Add missing disable checks to the event — KnightMiner / githubweb
  16. Ropes can now hang from fences and walls, allowing for "hanging" a rope over the edge of a cliff — KnightMiner / githubweb
  17. Add legacy support for stew mixes — KnightMiner / githubweb
  18. Release 0.2.7 — KnightMiner / githubweb
  19. Improve portal color updating — KnightMiner / githubweb
  20. Release 0.2.8 — KnightMiner / githubweb

#76 (Jul 17, 2019 5:24:23 AM)

  1. Allow more enchantments to apply to shields and make them enchantable in tables — KnightMiner / githubweb
  2. Allow axes to receive more weapon enchantments and receive them from the table — KnightMiner / githubweb
  3. Fix wrong default for cauldron brewing — KnightMiner / githubweb
  4. Add a config option to disable cauldron arrow tipping — KnightMiner / githubweb
  5. Allow concrete to be made in the cauldron by default — KnightMiner / githubweb

#75 (Jul 11, 2019 2:03:16 AM)

  1. Fix dyes if level 4 (#129) rendering and clean up some duplicate code — KnightMiner / githubweb
  2. Add support for BrewingOreRecipe to the potion recipe registry scan (#127) — KnightMiner / githubweb
  3. Add support for dyeing TwilightForest armor in the cauldron (#123) — KnightMiner / githubweb
  4. Fix dispensor stacks not ignoring empty lines — KnightMiner / githubweb
  5. Reduce single class packages in plugins — KnightMiner / githubweb
  6. Use a couple more config properties where relevant — KnightMiner / githubweb
  7. Release 0.2.5 — KnightMiner / githubweb

#74 (Jul 7, 2019 6:54:21 PM)

  1. Add support for Rats mod (#131) — KnightMiner / githubweb

#73 (Jul 7, 2019 3:02:25 AM)

  1. Add a config option to disable waypoint compass copying — KnightMiner / githubweb
  2. Add a new config option to allow disabling compass copying and allow the vanilla compass as a base if crafting is disabled — KnightMiner / githubweb
  3. Switch the compass to storing dimension IDs instead of types — KnightMiner / githubweb
  4. Change tooltip if compass is not craftable — KnightMiner / githubweb
  5. Add config for default enchanting power and an option to disable enchanting power — KnightMiner / githubweb

#72 (Jul 6, 2019 5:46:39 AM)

  1. Add the waypoint compass: a compass that points to a beacon — KnightMiner / githubweb
  2. Fix wrong hand behavior if another player is holding a photometer — KnightMiner / githubweb

#71 (Jul 5, 2019 5:17:45 AM)

  1. Added the photometer: measures light of either the entity holding it or where its pointed — KnightMiner / githubweb

#70 (Apr 22, 2019 5:43:18 PM)

  1. Adding Leather Works support (#115) — KnightMiner / githubweb
  2. Gradle cleanups — KnightMiner / githubweb
  3. Switch from instanceof BlockLeaves to Block::isLeaves (#120) — KnightMiner / githubweb
  4. Add new cauldron mix recipe to mix two fluids into an item — KnightMiner / githubweb

#69 (Mar 15, 2019 4:17:34 AM)

  1. Release 0.2.4 — KnightMiner / githubweb

#68 (Mar 15, 2019 4:11:12 AM)

  1. Some general cleanup — KnightMiner / githubweb
  2. Add simply tea's teapot as an item used for milking to the default config — KnightMiner / githubweb

#67 (Mar 10, 2019 4:15:37 AM)

  1. Add textured model cache for each texture version — KnightMiner / githubweb

#66 (Mar 9, 2019 4:40:51 AM)

  1. Allow dyeing sheep using dyed bottles (#107) — KnightMiner / githubweb
  2. Allow placing books into bookshelves from the offhand — KnightMiner / githubweb

#65 (Mar 9, 2019 3:39:19 AM)

  1. Fix crash from mods that break nullability contracts (#109) — KnightMiner / githubweb

#64 (Mar 9, 2019 3:36:05 AM)

  1. Switch from block to block delegates so sugarcane and cactus seeds work with block substitutions (#112) — KnightMiner / githubweb

#63 (Jan 7, 2019 2:36:01 AM)

  1. Add separate config for charged arrow from redstone charger (#95) — KnightMiner / githubweb
  2. Make bookshelves support a config for enchanting power — KnightMiner / githubweb

#62 (Dec 30, 2018 1:37:19 AM)

  1. Add cow milking cooldown: only allows cow milking every 10 minutes — KnightMiner / githubweb
  2. Add squid milking! Milk squids with water bottle for a dyed bottle — KnightMiner / githubweb

#61 (Dec 24, 2018 5:52:46 AM)

  1. Fix monostable signals causing the redstone torch lever to bud redstone — KnightMiner / githubweb

#60 (Dec 20, 2018 11:37:10 PM)

  1. Tweak pipe recipe to prevent a conflict with certain mods that use an — KnightMiner / githubweb

#59 (Dec 20, 2018 11:01:30 PM)

  1. Fix JEI crashing from null or invalid smashing recipe (#97) — KnightMiner / githubweb
  2. Fix duplicate lock and key handler (#98) — KnightMiner / githubweb

#58 (Oct 23, 2018 3:45:55 AM)

  1. fixed crash on latest recommended Forge version (14.23.5.2768), fixes — KnightMiner / githubweb
  2. Release 0.2.3 — KnightMiner / githubweb
  3. Update readme to force build — github / githubweb

#57 (Sep 18, 2018 9:18:20 PM)

  1. Update README.md — github / githubweb

#56 (Sep 18, 2018 9:16:31 PM)

  1. Updated for version 0.2.2 (#87) — KnightMiner / githubweb

#55 (Sep 15, 2018 5:38:20 PM)

  1. Ignore libs foolder — KnightMiner / githubweb
  2. Release 0.2.2 — KnightMiner / githubweb

#54 (Sep 9, 2018 9:54:38 PM)

  1. Replace the carpet with a generic texture and oredict it to work with — KnightMiner / githubweb

#53 (Sep 9, 2018 9:22:24 PM)

  1. added generic trapdoor recipe (#82) — KnightMiner / githubweb

#52 (Sep 9, 2018 9:20:30 PM)

  1. Abstract out common recipe logic between fluids, dyes, and potions to — KnightMiner / githubweb
  2. Make cauldrons now return containers as specified by the recipe — KnightMiner / githubweb

#51 (Aug 14, 2018 9:26:36 PM)

  1. Fix no sounds playing on dropping items in cauldron and potential NPE — KnightMiner / githubweb
  2. Allow clicking through cauldron legs — KnightMiner / githubweb
  3. Allow dispensers to perform some cauldron recipes, specifically those to — KnightMiner / githubweb
  4. Fix dispenser fluid tank filling not playing the swoush — KnightMiner / githubweb
  5. Update README.md — github / githubweb

#50 (Aug 13, 2018 4:39:17 AM)

  1. Updated Chinese translation (#79) — KnightMiner / githubweb

#49 (Aug 13, 2018 4:37:38 AM)

  1. Add the north compass: a compass that points north — KnightMiner / githubweb
  2. Add barometers: show the height in the world — KnightMiner / githubweb
  3. Add seeds for vanilla carrots, potatoes, cactus, and sugar cane — KnightMiner / githubweb
  4. Skip beetroot check if not fully grown — KnightMiner / githubweb
  5. Add option to override comparator level in the config instead of just if — KnightMiner / githubweb
  6. Fix some cases using item damage instead of metadata — KnightMiner / githubweb
  7. Fix numbers in string IDs failing — KnightMiner / githubweb
  8. Add recipe to fill the cauldron with water from an ice block — KnightMiner / githubweb
  9. Allow dispensers to fill fluid tanks — KnightMiner / githubweb
  10. Make cauldrons a fluid tank — KnightMiner / githubweb

#44 (Jul 17, 2018 3:33:52 AM)

  1. Add support for Immersive Engineering slabs as bookshelves — KnightMiner / githubweb

#43 (Jul 14, 2018 9:49:28 PM)

  1. Switch bottles to use oredict input instead of hardcoded item reference — KnightMiner / githubweb

#42 (Jul 11, 2018 6:02:45 AM)

  1. Fix crash when pipes are disabled (#70) — KnightMiner / githubweb
  2. Make cauldron boiling check slightly more efficient — KnightMiner / githubweb

#41 (Jul 9, 2018 3:08:18 AM)

  1. Fix flower pots with non-vanilla textures using ambient occlusion (#65) — KnightMiner / githubweb
  2. Release 0.2.1 — KnightMiner / githubweb

#40 (Jul 6, 2018 4:03:15 AM)

  1. Fix cauldron recipes from the config setting boiling to false when it — KnightMiner / githubweb
  2. Fix dropping a stack of items in the cauldron only performing the recipe — KnightMiner / githubweb
  3. Tweak crook durability's — KnightMiner / githubweb
  4. Stone rods now return 4 instead of just 1 — KnightMiner / githubweb
  5. Add config for unstackable alt recipes: makes dispensers and collectors — KnightMiner / githubweb

#39 (Jul 4, 2018 5:14:49 PM)

  1. Fix some typos in the config and make punctuation more consistent, — KnightMiner / githubweb

#38 (Jul 4, 2018 4:50:34 PM)

  1. Add a config to disable wither bone drops, replaces automatic disabling — KnightMiner / githubweb

#37 (Jul 4, 2018 2:09:14 PM)

  1. Updated Chinese translation (#67) — KnightMiner / githubweb

#36 (Jul 4, 2018 5:40:56 AM)

  1. Add WAILA plugin for cauldron contents — KnightMiner / githubweb
  2. Add TOP plugin for cauldron contents — KnightMiner / githubweb
  3. Minor fixes — KnightMiner / githubweb

#35 (Jul 2, 2018 4:58:25 AM)

  1. Add dictionary words to the default book keywords (#64) — KnightMiner / githubweb
  2. Implement withRotation and withMirror on bookshelves (#60) — KnightMiner / githubweb
  3. Cauldrons now try and perform recipes when dropping an item in — KnightMiner / githubweb
  4. Fix cauldron emptying recipe not working with stacks of buckets — KnightMiner / githubweb
  5. Fix sometimes instant item transfer between pipes — KnightMiner / githubweb
  6. Add sound to the collector — KnightMiner / githubweb

#34 (Jul 1, 2018 10:23:06 PM)

  1. Fix boiling not doing anything in cauldron fill recipes — KnightMiner / githubweb
  2. Fix config key — KnightMiner / githubweb
  3. Add collectors: new block that can pull items from the world or an — KnightMiner / githubweb
  4. Add pipes: a more economical hopper — KnightMiner / githubweb

#33 (Jun 30, 2018 8:11:36 PM)

  1. Make cauldrons "drop" contents when broken — KnightMiner / githubweb
  2. Add config option for expensive cauldron brewing — KnightMiner / githubweb

#32 (Jun 30, 2018 6:41:04 AM)

  1. Clean up cauldron model state mapper — KnightMiner / githubweb
  2. Cauldron fluid now applies effects for all fluids inside instead of just — KnightMiner / githubweb
  3. Add config option to register more blocks as cauldron fire — KnightMiner / githubweb

#31 (Jun 22, 2018 7:11:19 PM)

  1. Release 0..2.0 — KnightMiner / githubweb

#30 (Jun 22, 2018 7:07:15 PM)

  1. Switch recipe match updating input logic so it supports NBT matches — KnightMiner / githubweb
  2. Make cauldrons support a capacity of 4 buckets optionally — KnightMiner / githubweb

#29 (Jun 22, 2018 5:12:41 AM)

  1. Add support for a fill recipe to require boiling — KnightMiner / githubweb
  2. Change brewing recipe to require two of the reagent if the level is 3 or — KnightMiner / githubweb

#28 (Jun 21, 2018 3:09:38 AM)

  1. Add Biomes O Plenty flower overrides — KnightMiner / githubweb

#27 (Jun 21, 2018 3:03:29 AM)

  1. Add milk as a fluid if enabled. Allows using milk in recipes — KnightMiner / githubweb

#26 (Jun 20, 2018 4:06:52 PM)

  1. Update Chinese translation (#61) — KnightMiner / githubweb

#25 (Jun 20, 2018 4:06:20 PM)

  1. Added russian translation (#43) — KnightMiner / githubweb

#24 (Jun 20, 2018 6:22:59 AM)

  1. Add new tools module, move several features there — KnightMiner / githubweb
  2. Add crooks, new tool to get more saplings from leaves — KnightMiner / githubweb

#23 (Jun 18, 2018 1:26:57 AM)

  1. Release 0.1.5 — KnightMiner / githubweb

#22 (Jun 18, 2018 1:10:04 AM)

  1. Add buckets for fluids — KnightMiner / githubweb
  2. Fix not applying color tint to modded flowers in ferns (#55) — KnightMiner / githubweb

#21 (Jun 14, 2018 6:20:24 AM)

  1. Make heartbeets slightly more common and make their drop chance — KnightMiner / githubweb
  2. Add carpeted pressure plates — KnightMiner / githubweb
  3. Add TAN Cauldron recipes to fill the canteen from a cauldron — KnightMiner / githubweb

#20 (May 26, 2018 12:47:04 AM)

  1. Fix glass doors working as a furnace fuel — KnightMiner / githubweb
  2. Fix bookshelves sometimes dropping the wrong metadata — KnightMiner / githubweb

#19 (May 26, 2018 12:22:38 AM)

  1. Lower lily pad priority, it should be a last resort if still taking — KnightMiner / githubweb
  2. Show books on the bookshelf item, so its easier to tell the variants — KnightMiner / githubweb
  3. Change glass doors to use panes to craft to prevent a conflict with the — KnightMiner / githubweb

#18 (May 13, 2018 4:53:37 AM)

  1. Fireworks now tint the texture based on the color of the firework stars — KnightMiner / githubweb
  2. Lily pads will break fall damage (and the lily pad) — KnightMiner / githubweb

#17 (May 12, 2018 8:48:26 PM)

  1. Extend JEI cauldron display to show filling and emptying potion and dye — KnightMiner / githubweb

#16 (May 11, 2018 2:32:57 AM)

  1. Remove non-boiling restriction on making sweetened water — KnightMiner / githubweb
  2. Release 0.1.4 — KnightMiner / githubweb

#15 (May 11, 2018 2:27:48 AM)

  1. Ensure latest Tough as Nails is used, error if the fluid is missing — KnightMiner / githubweb
  2. Release 0.1.4 — KnightMiner / githubweb

#14 (May 10, 2018 4:31:39 AM)

  1. Update TAN plugin (#46) — KnightMiner / githubweb

#13 (Mar 31, 2018 5:45:24 AM)

  1. Add The One Probe's note as a default book override (#34) — KnightMiner / githubweb

#12 (Mar 31, 2018 5:33:29 AM)

  1. Make Util::getStackFromState try using the silk touch drop first — KnightMiner / githubweb

#11 (Mar 31, 2018 4:58:38 AM)

  1. Fix silktouch dropping invalid metadata for bricks buttons (#39) — KnightMiner / githubweb

#10 (Mar 31, 2018 4:34:07 AM)

  1. Add enchantment bonus to bookshelfs — KnightMiner / githubweb

#9 (Mar 31, 2018 3:46:33 AM)

  1. Add safety checks to color getter (#40) — KnightMiner / githubweb

#8 (Mar 31, 2018 3:33:20 AM)

  1. Add support for stack sizes and cauldron levels in cauldron dye recipes — KnightMiner / githubweb

#7 (Mar 9, 2018 5:23:26 PM)

  1. German translation (#33) — KnightMiner / githubweb

#6 (Mar 9, 2018 6:30:22 AM)

  1. Fix cauldrons still interacting when sneaking — KnightMiner / githubweb
  2. Add a particle effect when the cauldron is boiling, to make it more — KnightMiner / githubweb
  3. Release 0.1.3 — KnightMiner / githubweb

#5 (Mar 8, 2018 4:13:53 AM)

  1. Switch cauldrons and cauldron recipes to use a 1mb fluid stack so we get — KnightMiner / githubweb
  2. Fix wrong pulse ID for TAN plugin — KnightMiner / githubweb
  3. Use item.getMetadata for texture block item textures — KnightMiner / githubweb
  4. Add cauldron potion recipe, for recipes using potions producing items — KnightMiner / githubweb
  5. Update to latest Forge to make JEI happy — KnightMiner / githubweb

#4 (Mar 6, 2018 1:10:55 AM)

  1. Add cancelable event to cauldron recipe registration — KnightMiner / githubweb

#3 (Mar 5, 2018 8:55:55 PM)

  1. Update Chinese translation (#27) — KnightMiner / githubweb

#2 (Feb 20, 2018 4:13:40 AM)

  1. Update readme — KnightMiner / githubweb
  2. Add wiki link to readme — KnightMiner / githubweb