Page Menu
Home
1F616EMO Bugtracker
Search
Configure Global Search
Log In
Files
F285879
init.lua
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
init.lua
View Options
-- twi_mods/moreblocks_mod/init.lua
-- Moreblocks modifications
--[[
This code is licensed under the zlib license;
see ./LICENSE.md for more information.
]]
-- Adopt the linuxforks way of crafting stone tiles
minetest
.
clear_craft
({
recipe
=
{
{
"default:cobble"
,
"default:cobble"
,
"default:cobble"
},
{
"default:cobble"
,
"default:stone"
,
"default:cobble"
},
{
"default:cobble"
,
"default:cobble"
,
"default:cobble"
},
}
})
minetest
.
register_craft
({
output
=
"moreblocks:stone_tile 4"
,
recipe
=
{
{
"default:cobble"
,
"default:cobble"
},
{
"default:cobble"
,
"default:cobble"
},
}
})
minetest
.
register_craft
({
output
=
"moreblocks:stone_tile 36"
,
recipe
=
{
{
"moreblocks:cobble_compressed"
,
"moreblocks:cobble_compressed"
},
{
"moreblocks:cobble_compressed"
,
"moreblocks:cobble_compressed"
},
}
})
-- Allow compressed cobbles to be smelt into stone/grind into gravel
minetest
.
register_craft
({
type
=
"cooking"
,
output
=
"default:stone 9"
,
recipe
=
"moreblocks:cobble_compressed"
,
cooktime
=
3
*
8
,
})
technic
.
register_grinder_recipe
({
input
=
{
"moreblocks:cobble_compressed"
},
time
=
3
*
8
,
output
=
"default:gravel 9"
})
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jun 14, 12:47 AM (1 d, 13 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
8c/65/dc67be7733df573c3dfadcd9089e
Default Alt Text
init.lua (1 KB)
Attached To
Mode
rTWIMODS Survival Server Custom Modifications
Attached
Detach File
Event Timeline
Log In to Comment