TechDudie / TechTest

TechTest is a mod for minetest, with what the players of Blocky Survival want.
MIT License
1 stars 2 forks source link

Some bugfixes and splited init.lua to several files #27

Open MihinMUD opened 1 year ago

MihinMUD commented 1 year ago

Things I changed:

  1. Made two new files called beds.lua and food.lua
  2. Removed beds and food from the init.lua and added them to their respective files
  3. Linked them with a dofile function.
  4. Added beds to depends

Also, I removed techtest:caramel and used farming:caramel in recipes instead. I don't know if this is a good change. I leave it to you to decide.

MihinMUD commented 1 year ago

@TechDudie review this and merge