Remove cultivable group from block which should not be converted to farm land
This commit is contained in:
parent
11760e4873
commit
a9cb57563c
|
@ -1697,7 +1697,7 @@ Everness:register_node('everness:forsaken_tundra_dirt_with_grass', {
|
||||||
grass_block_no_snow = 1,
|
grass_block_no_snow = 1,
|
||||||
soil_sapling = 2,
|
soil_sapling = 2,
|
||||||
soil_sugarcane = 1,
|
soil_sugarcane = 1,
|
||||||
cultivatable = 2,
|
-- cultivatable = 2,
|
||||||
-- spreading_dirt_type = 1,
|
-- spreading_dirt_type = 1,
|
||||||
enderman_takable = 1,
|
enderman_takable = 1,
|
||||||
building_block = 1,
|
building_block = 1,
|
||||||
|
@ -1830,7 +1830,7 @@ Everness:register_node('everness:dry_ocean_dirt', {
|
||||||
dirt = 1,
|
dirt = 1,
|
||||||
soil_sapling = 2,
|
soil_sapling = 2,
|
||||||
soil_sugarcane = 1,
|
soil_sugarcane = 1,
|
||||||
cultivatable = 2,
|
-- cultivatable = 2,
|
||||||
enderman_takable = 1,
|
enderman_takable = 1,
|
||||||
building_block = 1,
|
building_block = 1,
|
||||||
-- path_creation_possible = 1,
|
-- path_creation_possible = 1,
|
||||||
|
|
Ŝarĝante…
Reference in New Issue