1
0
Disbranĉigi 0
Ĉi tiu deponejo arĥiviĝis je 2024-01-28. Vi povas vidi kaj elŝuti dosierojn, sed ne povas puŝi nek raporti problemojn nek tirpeti.
minetest_ocd3/diff/default.diff/crafting.lua.diff

194 lines
3.9 KiB
Diff
Raw Normal View History

2018-03-18 17:37:28 -05:00
81c81
< {'group:stick'},
---
> {'group:wood'},
89,90c89,90
< {'', 'group:stick', ''},
< {'', 'group:stick', ''},
---
> {'', 'group:wood', ''},
> {'', 'group:wood', ''},
98,99c98,99
< {'', 'group:stick', ''},
< {'', 'group:stick', ''},
---
> {'', 'group:wood', ''},
> {'', 'group:wood', ''},
107,108c107,108
< {'', 'group:stick', ''},
< {'', 'group:stick', ''},
---
> {'', 'group:wood', ''},
> {'', 'group:wood', ''},
116,117c116,117
< {'', 'group:stick', ''},
< {'', 'group:stick', ''},
---
> {'', 'group:wood', ''},
> {'', 'group:wood', ''},
125,126c125,126
< {'', 'group:stick', ''},
< {'', 'group:stick', ''},
---
> {'', 'group:wood', ''},
> {'', 'group:wood', ''},
134,135c134,135
< {'', 'group:stick', ''},
< {'', 'group:stick', ''},
---
> {'', 'group:wood', ''},
> {'', 'group:wood', ''},
143,144c143,144
< {'group:stick'},
< {'group:stick'},
---
> {'group:wood'},
> {'group:wood'},
152,153c152,153
< {'group:stick'},
< {'group:stick'},
---
> {'group:wood'},
> {'group:wood'},
161,162c161,162
< {'group:stick'},
< {'group:stick'},
---
> {'group:wood'},
> {'group:wood'},
170,171c170,171
< {'group:stick'},
< {'group:stick'},
---
> {'group:wood'},
> {'group:wood'},
179,180c179,180
< {'group:stick'},
< {'group:stick'},
---
> {'group:wood'},
> {'group:wood'},
188,234c188,189
< {'group:stick'},
< {'group:stick'},
< }
< })
<
< minetest.register_craft({
< output = 'default:axe_wood',
< recipe = {
< {'group:wood', 'group:wood'},
< {'group:wood', 'group:stick'},
< {'', 'group:stick'},
< }
< })
<
< minetest.register_craft({
< output = 'default:axe_stone',
< recipe = {
< {'group:stone', 'group:stone'},
< {'group:stone', 'group:stick'},
< {'', 'group:stick'},
< }
< })
<
< minetest.register_craft({
< output = 'default:axe_steel',
< recipe = {
< {'default:steel_ingot', 'default:steel_ingot'},
< {'default:steel_ingot', 'group:stick'},
< {'', 'group:stick'},
< }
< })
<
< minetest.register_craft({
< output = 'default:axe_bronze',
< recipe = {
< {'default:bronze_ingot', 'default:bronze_ingot'},
< {'default:bronze_ingot', 'group:stick'},
< {'', 'group:stick'},
< }
< })
<
< minetest.register_craft({
< output = 'default:axe_mese',
< recipe = {
< {'default:mese_crystal', 'default:mese_crystal'},
< {'default:mese_crystal', 'group:stick'},
< {'', 'group:stick'},
---
> {'group:wood'},
> {'group:wood'},
238,245c193,194
< minetest.register_craft({
< output = 'default:axe_diamond',
< recipe = {
< {'default:diamond', 'default:diamond'},
< {'default:diamond', 'group:stick'},
< {'', 'group:stick'},
< }
< })
---
> -- Axes
> -- Recipes face left to match appearence in textures and inventory
251,252c200,201
< {'group:stick', 'group:wood'},
< {'group:stick',''},
---
> {'group:wood', 'group:wood'},
> {'', 'group:wood'},
260,261c209,210
< {'group:stick', 'group:stone'},
< {'group:stick', ''},
---
> {'group:stone', 'group:wood'},
> {'', 'group:wood'},
269,270c218,219
< {'group:stick', 'default:steel_ingot'},
< {'group:stick', ''},
---
> {'default:steel_ingot', 'group:wood'},
> {'', 'group:wood'},
278,279c227,228
< {'group:stick', 'default:bronze_ingot'},
< {'group:stick', ''},
---
> {'default:bronze_ingot', 'group:wood'},
> {'', 'group:wood'},
287,288c236,237
< {'group:stick', 'default:mese_crystal'},
< {'group:stick', ''},
---
> {'default:mese_crystal', 'group:wood'},
> {'', 'group:wood'},
296,297c245,246
< {'group:stick', 'default:diamond'},
< {'group:stick', ''},
---
> {'default:diamond', 'group:wood'},
> {'', 'group:wood'},
306c255
< {'group:stick'},
---
> {'group:wood'},
315c264
< {'group:stick'},
---
> {'group:wood'},
324c273
< {'group:stick'},
---
> {'group:wood'},
333c282
< {'group:stick'},
---
> {'group:wood'},
342c291
< {'group:stick'},
---
> {'group:wood'},
351c300
< {'group:stick'},
---
> {'group:wood'},