-
Added a new common block tag "WOODEN_MISC_BLOCKS" for miscellaneous blocks that aren't tagged as wooden, but should be treated as such. This was created especially for the "Don't spawn mobs on wood" config option, but can be used by other purposes eventually.
-
Made vine blocks harvestable with Diamond shears.
-
Changed the efficiency conditions for shears tools and added a specific SHEARS_EFFICIENT block tag.
-
Fixed Shears & Diamond Shears not making a crafting sound when crafted.
-
Fixed a bug where certain items that should have a returning stack on crafting them with recipes to properly return the item used (like buckets, axes in recipes, etc.)
-
Fixed mod description to display properly in the mod list.
-
Fixed the mod's license to show properly (changed from MIT to CC-BY 4.0)
-
Removed the Cooked Carrot and Boiled Potato items (moved them to an unreleased mod)
-
Removed the default 16 item count for the newly added food items (back to default 64)
-
Updated the mod to BTWR-SL 0.44
-
Added the ability to make mobs unable to spawn on all types of wood blocks. This can be disabled in the config.
-
Added config option to make spawn capacity of monsters per chunk slightly higher. This can be disabled in the config.
-
Added Diamond Shears to the Conventional Item Tags SHEAR TOOLS
-
Added Shears cutting sound for crafting Cut Leather recipes.
-
Moved shear recipes to use the conventional item tag SHEAR_TOOLS.
-
Fixed the names of tanned and scoured cut leather items being swapped.
-
Improved the naming of switchable options in the config file and the configuration menu through Mod Menu.
-
Updated the project to Fabric API 0.114.0 && to require BTWR: Shared Library 0.40.
- Made the mod (actually) depend on BTWR- Shared Library mod
- Fixed a bug that caused the game to crash when a block was updating the Brick-Placed block.
- Moved the COOKED_MEATS_FOR_SANDWICH item tag to BTWRConventionalTags in BTWR Shared Library
- Changed Hearty Stew to use the COOKED MEAT FOODS Conventional Item tag
- Enabled (fixed) the ability to knockback entities without the proper weapon if the player is sprinting
- Fixed a bug that crashed the game when attacking silverfish
- Fixed being able to melee knockback entities with crossbow or bow while knockback restrictions are enabled.
- Fixed a server side bug that caused breaking of directional dropping blocks to crash the client.
- Fixed Shear tools from being too slow in breaking Hemp.
- Fixed placement sounds for some brick blocks
- Code refactoring/improvements
- Removed the following items because they have no use in the scope of this mod: Filament, Gear, Belt, Strap, Padding, Rope, Stone Brick -> (moved to Tough Environment).
- Removed LightBlock and Rope Coil block for the same reason
- Removal of the LightBlock also fixed a bug that caused its item to get registered twice and crashed the client on connecting to dedicated servers.
- Reverted the name change of Stick to Shaft
- Updated the mod to Fabric API 0.110.0 & Fabric Loader 0.16.9
- Added new food items:
- Ham and Eggs
- Scrambled Eggs (raw and cooked)
- Mushroom Omelette (raw and cooked)
- Chowder
- Steak and Potatoes
- Kebab (raw and cooked)
- Steak, Pork & Wolf Dinner Stews (Wolf dinner unacquirable because no wolf meat)
- Chicken Soup & Hearty Stew
- Boiled Potato (made in smoker)
- Cooked Carrot
- Changed the newly added food items max stack limit to 16
- Fixed a bug where breaking leaves with Diamond Shears didn't drop the block & another one where it was breaking them very slow.
- Conventional tags changes; added new gears item tag for all mechanical gear items that are interchangeable for btwr ones. moved hemp fibers to the "strings" conventional item tag from fabric.
- Updated the mod to Fabric Loader 0.16.7 & Fabric API 0.107.0
- Added sandwich food item.
- Removed recipe for cooking brick on campfires.
- Changed water buckets to place non-persistent water, instead of source blocks.
- Changed waterlogged blocks to dissipate their water when broken.
- Optimized directional dropping code for mods that support it (like Sturdy Trees & Tough Environment)
- Fixed code to work properly on the server side.
- Added Unfired Brick item & block & the ability to sun dry them into regular bricks.
- Added Diamond Armor Plate item and changed recipes for making diamond armor.
- Added Fuel values to all "flammable" items like wooden club, gear and all hemp derivatives.
- Added recipes for cut leather to be used with some existing recipes that require normal leather.
- Added missing recipe for making Strap.
- Rebalanced Shears block breaking speed.
- Made the Brick item placeable in the world as a block.
- Fixed a bug with creepers not igniting with fire charge.
- Fixed Strap recipe only giving one strap instead of 4
- Changes to BTWR conventional tags.