Page Menu
Home
1F616EMO Bugtracker
Search
Configure Global Search
Log In
Files
F156206
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
({
output
=
"moreblocks:stone_tile 9"
,
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
Sat, Feb 28, 4:56 AM (3 d, 17 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
20/0a/3b197f6b253336b3242823f454c4
Default Alt Text
init.lua (1 KB)
Attached To
Mode
rTWIMODS Survival Server Custom Modifications
Attached
Detach File
Event Timeline
Log In to Comment