新建2023-08-08

Updated to latest Forge version:1.20.1-47.1.43

Fixed some Work cards things [Prinny]

Support both types of clicks for work cards(allows selecting of block entites now basically) [Prinny]

2023-07-02

Updated to forge 1.20.1 - 47.0.35

- Added NBT Integer options for Dual Handed Crafting to effect one of the input hand items(returning the modified item as the output)

- Added 'Tool Swapping' Recipe handler to handle tool swapping

(Removed tool swapping from the base tool class as it'll be recipe based now)

- Swapped to using mutableblockpos so getPedestalDetail will work now on tools

- Fixed recipe conflict with block filters

2023-06-22

MowLib Release for 1.20.1 for Minecraft Forge 1.20.1 - 47.0.16

- Ported from 1.20 --> 1.20.1

- Added mob filters for basically every vanilla mob

你已经到达了世界的尽头..
新建2023-06-22

Release for Minecraft Forge 1.20

- Mowlib now takes care of Filters, and Work Cards for all related mods.

- Added a crap load of Helper classes to assist with coding more mods

2023-06-22

Updated a lot of blocknbt saving methods as there were some conflicts in some classes.

2023-06-22

Massive fix to all render util angle things, should fix rotations on stuff finally.

2023-06-22

Exposed some render util methods, as well as added some more methods for rendering.

2023-06-22

Exposed more methods for use.

2023-06-21

Exposed some additional methods to the block entity

2023-06-20

Updated to Minecraft Forge version 1.20 - 46.0.14

 

This is the 1.20 Beta release of the mod, which will be used as the base mod for all 1.20+ releases (again)

Major Changes:

- Moved Filters from Pedestals into it.
- Moved Work Cards from Pedestals into it.

- Added a large amount of helper functions and classes to make porting faster for my 1.19 mods.

你已经到达了世界的尽头..
新建2023-08-07

Updated to latest Forge 1.19.2-43.2.21

Added some files related to a new block, the dye mixer. Once finished this block will make it possible to get all colors of blocks in the mod(s)

2023-07-01

Updated to latest forge - 1.19.2 - 43.2.14

- Added more util methods

- Backported from 1.20 the new filter entries for mobs

- Added NBT (integer values) to be able to be added to one of the hand inputs for dual handed recipes

- Added crafting recipe for swapping tools (should be more helpful in 1.20 version, but will use in 1.19 too)

2023-04-10

Crash Fix:

- Fixes an 'Out of bounds'  crash caused by any machine inventory trying to check a value outside its max size.

2023-02-26

Updated to Latest 1.19.2 forge version (1.19.2-43.2.6)

2022-10-13

Updated to forge 1.19.2-43.1.38

- Added in Tooltip and Text Component Lib methods that dont have color styles in them.

2022-08-31

Updated to Forge 1.19.2-43.1.3

Fixes some issues with the custom nbt methods returning nulls.

Updated color applicator to say the color name and not the id, also shows in the tooltip the selected color.

2022-08-17

Fixed some localization things

你已经到达了世界的尽头..
新建2022-07-18

Updated to work in FORGE v 41.0.100+

 

Refactored a bunch of things, so any mod reliant on MowLib may break, if they arn't also updated to work past forge 41.0.100+

Also added some base classes and utils to help with a new item drop concept

2022-07-02

Fixed some blocks drops issues

 

Updated to beta build, this is the most stable build before forges 41.0.64 render changes that will break things

2022-06-15

Updated to forge 41.0.28

added some hidden tooltip methods

fixed an issue where dual handed recipes dropping items only worked once...

你已经到达了世界的尽头..