Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

fix crafting recipe collision with screwdriver-mod (minetest_game) #1

Merged
merged 1 commit into from
Jul 25, 2015

Conversation

wischi-chr
Copy link

following recipe is registered for xdecor:hammer and screwdriver:screwdriver.

recipe = {
  {"default:steel_ingot"},
  {"group:stick"}
}

Most layman will use mods on combination with the minetest_game subgame, so imo there should be no collisions with mods from this subgame (unless there is a very good reason)

I changed it to

recipe = {`
  {"default:steel_ingot", "group:stick", "default:steel_ingot"},
  {"", "group:stick", ""},
  {"", "group:stick", ""}
}

so it look much more like a hammer and does not collide with mods from minetest_game.

kilbith added a commit that referenced this pull request Jul 25, 2015
Fix hammer's recipe duplicating with screwdriver's one
@kilbith kilbith merged commit a3abfcf into minetest-mods:master Jul 25, 2015
@kilbith
Copy link
Collaborator

kilbith commented Jul 25, 2015

Ah good catch, thanks. Merged a3abfcf

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants