VanessaE wrote:Webdesigner, perhaps add recipes to cross-convert between the two?
Better would be to allow the windmill to use streets steel support objects in addition to technic's.
minetest.register_craft({
output = "streets:steel_support 4",
recipe = {
{ "technic:wind_mill_frame", "technic:wind_mill_frame" },
{ "technic:wind_mill_frame", "technic:wind_mill_frame" }
}
})
minetest.register_craft({
output = "technic:wind_mill_frame 4",
recipe = {
{ "streets:steel_support", "streets:steel_support"},
{ "streets:steel_support", "streets:steel_support"}
}
})
VanessaE wrote:you know, something like:Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
minetest.register_craft({
output = "streets:steel_support 4",
recipe = {
{ "technic:wind_mill_frame", "technic:wind_mill_frame" },
{ "technic:wind_mill_frame", "technic:wind_mill_frame" }
}
})
minetest.register_craft({
output = "technic:wind_mill_frame 4",
recipe = {
{ "streets:steel_support", "streets:steel_support"},
{ "streets:steel_support", "streets:steel_support"}
}
})
In these recipes, four of either type of frame placed in a square produces four of the opposite type. This example is untested but should work as-is.
deivan wrote:The workshop don't is working here. Is idle and after I put a tool he become "unpowered". :-o
VanessaE wrote:Sicmind: please do the following: Close the game if you have it open. Find and delete "debug.txt". Start the game. Make the problem happen again. Close the game. Find the new debug.txt that should have been created.
GO TO pastebin.com and copy & paste the new debug.txt to that site. Hit the submit button and give us the link from your address bar when the new page is done loading (it will be of the form, http:// pastebin.com/some_gibberish_here). Do not paste the actual debug text here, it's too big.
devian wrote:I need a machine to convert between LV/MV/HV. With some loses, like 20 LV-> 5 MV -> 1 HV (1HV -> 4 MV -> 15 LV). :-o
sicmind wrote:VanessaE wrote:Sicmind: please do the following: Close the game if you have it open. Find and delete "debug.txt". Start the game. Make the problem happen again. Close the game. Find the new debug.txt that should have been created.
GO TO pastebin.com and copy & paste the new debug.txt to that site. Hit the submit button and give us the link from your address bar when the new page is done loading (it will be of the form, http:// pastebin.com/some_gibberish_here). Do not paste the actual debug text here, it's too big.
http://pastebin.com/2mPYsLCa here is link to the debug from when i try to run technics
ok i will do that thanks
sicmind wrote:http://pastebin.com/2mPYsLCa
Shadow wrote:sicmind wrote:http://pastebin.com/2mPYsLCa
You need a very recent build of Minetest from git to use the master branch. Minetest stable and old git versions won't work.
Either update your version of Minetest or use the version of technic in the "stable" branch. (See the link in the first post)
Thats cause technic changes was mainly discussed on VanessaE's server. I thinkPitriss wrote:I just want to leave message for that one who messed up whole technic so badly. That reworked version is one big product of brain damage.. Changing half of recipes in way that whole technic can be setted up in half of day? Where is some challenge?
And completely different reactor, when alot of players have build older version of reactor, is pure madness.. Nowhere was notice for server admins to not update.. Someone went really crazy.
This new technic breaks whole gameplay on landrush server, and I believe landrush is not only server which is damaged by new, screwed up technic.
Sorry guys but this is really one big mistake.. You should revert that to old code and start from scratch.. This version fixed some bugs and breaks whole servers gameplay.. how i can call that? I have no other words than brain damage..
derpswa99 wrote:Technic LITE anyone? Simplified? Keeping only the essentials? Anyone..... hello?
derpswa99 wrote:Technic LITE anyone? Simplified? Keeping only the essentials? Anyone..... hello?
Users browsing this forum: No registered users and 30 guests