mirror of
https://github.com/minetest-mods/pontoons.git
synced 2025-04-30 13:21:40 -04:00
lastest revision of groups.
This commit is contained in:
parent
2b07622a69
commit
368335e672
1 changed files with 3 additions and 3 deletions
2
init.lua
2
init.lua
|
@ -65,7 +65,7 @@ if pontoons_wood_pontoons then
|
||||||
groups = moditems.wood_block_group,
|
groups = moditems.wood_block_group,
|
||||||
sounds = moditems.sounds_wood(),
|
sounds = moditems.sounds_wood(),
|
||||||
_mcl_blast_resistance = 5,
|
_mcl_blast_resistance = 5,
|
||||||
_mcl_hardness = 0.5,
|
_mcl_hardness = 30,
|
||||||
})
|
})
|
||||||
|
|
||||||
-- modify recipe, if "airtank" mod is loaded as it has similar recipe and conflicts with pontoons.
|
-- modify recipe, if "airtank" mod is loaded as it has similar recipe and conflicts with pontoons.
|
||||||
|
|
Loading…
Add table
Reference in a new issue