Skip to content

Commit

Permalink
Merge pull request #60 from MultiDragon/master
Browse files Browse the repository at this point in the history
Improved NEI styling, fixed progressive crafting table
  • Loading branch information
Gerold55 authored May 7, 2020
2 parents bb3a59d + b8c3cd4 commit bf3bf01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions mods/crafting/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ api.recipes.add_implementor("furnace", "factory:ind_furnace")
api.recipes.add_implementor("furnace", "factory:electronic_furnace")

minetest.register_craft({
type = "shapeless",
output = "crafting:crafting_table",
recipe = {
"group:wood", "group:wood",
"group:wood", "group:wood"
{"group:wood", "group:wood"},
{"group:wood", "group:wood"}
},
})

Expand Down
2 changes: 1 addition & 1 deletion mods/neverenoughitems
Submodule neverenoughitems updated from 70beb3 to 7e0a81
2 changes: 1 addition & 1 deletion mods/trinium_api
Submodule trinium_api updated from 6bec29 to 40fa74

0 comments on commit bf3bf01

Please sign in to comment.