Kryuko wrote:Okay, thanks.
How can i craft industrial iron?
Now added in the wiki.
It's a furnace recipe from the steel ingot.
Kryuko wrote:Okay, thanks.
How can i craft industrial iron?
Comp52 wrote:Is there a way to use this(or at least part of this) as a mod without having to place it in the root directory? I'm not an admin on the computer I use.
LorenzoVulcan wrote:qwrwed wrote:Is there any way to disable Minecraft-like drops?
Yes,open the init.lua and delete: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
--Item-Dropping on node breaking
--This just redefine the original function
function minetest.handle_node_drops(pos, drops, digger)
if digger:get_inventory() then
local _, dropped_item
for _, dropped_item in ipairs(drops) do
minetest.env:add_item(pos,dropped_item)
end
end
end
I'll make a configuration system later.
Kryuko wrote:LorenzoVulcan wrote:qwrwed wrote:Is there any way to disable Minecraft-like drops?
Yes,open the init.lua and delete: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
--Item-Dropping on node breaking
--This just redefine the original function
function minetest.handle_node_drops(pos, drops, digger)
if digger:get_inventory() then
local _, dropped_item
for _, dropped_item in ipairs(drops) do
minetest.env:add_item(pos,dropped_item)
end
end
end
I'll make a configuration system later.
Where's the true init.lua?
Kryuko wrote:Can i delete che drop.lua file?
Kryuko wrote:but I just want to delete the minecraft-like drop.
Kryuko wrote:It doesn't work
LorenzoVulcan wrote:Alpha 1.0 Released
-Added Energy System
-Added Generators
-Added Corehack deactivation
-Machines linked to energy system
Kryuko wrote:Where's download of new version?
Kryuko wrote:Now the deactivating of minecraft-like drop with "lulzpack_deactivate_corehack = true" in minetest.conf works! Thanks!
Edit: How can i give me the items with the "give" or the "giveme" commands? If i use these commands i give an "unknown item" error.
/giveme lulzpack:*itemname*LorenzoVulcan wrote:Comp52 wrote:Is there a way to use this(or at least part of this) as a mod without having to place it in the root directory? I'm not an admin on the computer I use.
You must place it in the minetest root directory,the folder that contans bin,doc,games ecc...I think you don't need to be an administrator to copy files there.
Comp52 wrote:LorenzoVulcan wrote:Comp52 wrote:Is there a way to use this(or at least part of this) as a mod without having to place it in the root directory? I'm not an admin on the computer I use.
You must place it in the minetest root directory,the folder that contans bin,doc,games ecc...I think you don't need to be an administrator to copy files there.
I use Linux, Yes, you do need to be an admin. So...is there a way to use this without putting it in the source directory?
Comp52 wrote:Crap...guess I'll have to get my admin to let me in.
Menche wrote:You can install mods to ~/.minetest/mods/minetest. If that folder doesn't exist, create it.
LorenzoVulcan wrote:Beta testing started with the application of this mod in the ItaliaUnix server.Check it out!
IP:198.27.77.213
Port:30000
Comp52 wrote:LorenzoVulcan wrote:Beta testing started with the application of this mod in the ItaliaUnix server.Check it out!
IP:198.27.77.213
Port:30000
Server is down.
Users browsing this forum: No registered users and 30 guests