mirror of
https://github.com/minetest-mods/digtron.git
synced 2024-12-22 20:32:22 +01:00
reprice the crate to be cheaper. I made the recipe based on how annoying it was to code, not how pricey it should be in game.
This commit is contained in:
parent
2078572811
commit
376f83cdd6
@ -3,7 +3,7 @@ minetest.register_craft({
|
|||||||
recipe = {
|
recipe = {
|
||||||
{"","default:chest",""},
|
{"","default:chest",""},
|
||||||
{"","digtron:digtron_core",""},
|
{"","digtron:digtron_core",""},
|
||||||
{"","default:mese",""}
|
{"","default:mese_crystal",""}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user