samolego / SimpleVillagers

Easier villagers mod. Serverside, of course.
https://www.curseforge.com/minecraft/mc-mods/simplevillagers
GNU Lesser General Public License v3.0
8 stars 5 forks source link

Fix IronFarmBlockEntity#produceIron method #31

Closed Supernich closed 6 months ago

Supernich commented 6 months ago

It was crashing because minecraft LootContext.Builder#create changed interface and expects Optional instead of Nullable

Bump minecraft version to 1.20.4

Bump fabric version to latest

Bump dependencies versions to latest

Supernich commented 6 months ago

Fix for #30

samolego commented 6 months ago

Thanks for contributing!

samolego commented 6 months ago

Did it build on your machine?

Supernich commented 6 months ago

I didn't, but i run it in debug and it was ok. Only thing was some warnings that i just ignored.

I'm not familiar with java and it was my first time working with java and minecraft mods.