mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-14 19:56:19 +00:00
Trees are now backed with a registry, custom trees can override Vanilla ones.
This commit is contained in:
@@ -66,16 +66,6 @@ ores:
|
||||
min-height: 0
|
||||
max-height: 16
|
||||
|
||||
trees:
|
||||
chance: 15
|
||||
density: 1
|
||||
items:
|
||||
SPRUCE:
|
||||
weight: 1
|
||||
y:
|
||||
min: 58
|
||||
max: 72
|
||||
|
||||
flora:
|
||||
chance: 60
|
||||
attempts: 2
|
||||
|
||||
@@ -66,16 +66,6 @@ ores:
|
||||
min-height: 0
|
||||
max-height: 16
|
||||
|
||||
trees:
|
||||
chance: 15
|
||||
density: 1
|
||||
items:
|
||||
SPRUCE:
|
||||
weight: 1
|
||||
y:
|
||||
min: 58
|
||||
max: 72
|
||||
|
||||
flora:
|
||||
chance: 60
|
||||
attempts: 2
|
||||
|
||||
@@ -66,16 +66,6 @@ ores:
|
||||
min-height: 0
|
||||
max-height: 16
|
||||
|
||||
trees:
|
||||
chance: 15
|
||||
density: 1
|
||||
items:
|
||||
SPRUCE:
|
||||
weight: 1
|
||||
y:
|
||||
min: 58
|
||||
max: 72
|
||||
|
||||
flora:
|
||||
chance: 60
|
||||
attempts: 2
|
||||
|
||||
@@ -43,7 +43,7 @@ flora:
|
||||
trees:
|
||||
density: 75
|
||||
items:
|
||||
SPRUCE_CUSTOM:
|
||||
SPRUCE:
|
||||
weight: 1
|
||||
y:
|
||||
min: 58
|
||||
|
||||
@@ -36,7 +36,7 @@ flora:
|
||||
trees:
|
||||
density: 75
|
||||
items:
|
||||
SPRUCE_CUSTOM:
|
||||
SPRUCE:
|
||||
weight: 1
|
||||
y:
|
||||
min: 58
|
||||
|
||||
@@ -22,7 +22,7 @@ snow:
|
||||
max: 255
|
||||
chance: 100
|
||||
trees:
|
||||
density: 200
|
||||
density: 60
|
||||
items:
|
||||
SPRUCE:
|
||||
weight: 1
|
||||
|
||||
@@ -22,7 +22,7 @@ snow:
|
||||
max: 255
|
||||
chance: 100
|
||||
trees:
|
||||
density: 200
|
||||
density: 60
|
||||
items:
|
||||
SPRUCE:
|
||||
weight: 1
|
||||
|
||||
@@ -22,7 +22,7 @@ snow:
|
||||
max: 255
|
||||
chance: 100
|
||||
trees:
|
||||
density: 200
|
||||
density: 60
|
||||
items:
|
||||
SPRUCE:
|
||||
weight: 1
|
||||
|
||||
@@ -6,7 +6,7 @@ files:
|
||||
spruce5: 1
|
||||
spruce6: 1
|
||||
spruce7: 1
|
||||
id: SPRUCE_CUSTOM
|
||||
id: SPRUCE
|
||||
y-offset: 0
|
||||
spawnable:
|
||||
- "minecraft:grass_block"
|
||||
|
||||
Reference in New Issue
Block a user