Some reciepe price balancing. Info.

master
AndrejIT 2021-07-26 21:18:12 +03:00 committed by Andrejs
parent b827e315ec
commit 0bbf2e87d9
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
Electricity mod for Minetest game.
Based on Mesecons Mod for Minetest (mostly node models and textures)
The Mesecons Mod for Minetest is
Copyright (C) 2011-2016 Mesecons Mod Developer Team and contributors

View File

@ -3,8 +3,8 @@ Electricity mod for minetest game.
Reworked from mesecons mod https://github.com/minetest-mods/mesecons/
Mesecons are great, but too much to be suitable to be put on survival server.
Also, Mesecons code segmentation was too mind-blowing for me to make any modifications. (at least when i started)
Mesecons are great, but not very suitable to be used on survival server.
Also, Mesecons code segmentation was too mind-blowing for me to make any modifications.
So i introduced my own concept.
Hopefully, it will work well enough.

View File

@ -806,7 +806,7 @@ minetest.register_craft({
output = "electricity:solar",
recipe = {
{"default:glass", "default:glass", "default:glass"},
{"electricity:wire_off", "default:coalblock", "electricity:wire_off"},
{"default:goldblock", "default:coalblock", "default:goldblock"},
{"default:obsidian", "default:obsidian", "default:obsidian"}
}
})