chorus plants!
This commit is contained in:
parent
dfa3ccd967
commit
ad10795d7c
20 changed files with 334 additions and 22 deletions
20
kubejs/data/tfg/loot_tables/blocks/lunar_chorus_flower.json
Normal file
20
kubejs/data/tfg/loot_tables/blocks/lunar_chorus_flower.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "loot_pool",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:chorus_fruit"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:survives_explosion"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -42,10 +42,10 @@
|
|||
[],
|
||||
[],
|
||||
[
|
||||
"tfg:moon/surface/warped_sprouts_patch",
|
||||
"tfg:moon/surface/dead_coral",
|
||||
"tfg:moon/surface/dead_coral_fans",
|
||||
"tfg:moon/surface/loose_diorite_rocks"
|
||||
"tfg:moon/surface/loose_diorite_rocks",
|
||||
"tfg:moon/surface/warped_sprouts_patch"
|
||||
],
|
||||
[
|
||||
"tfg:moon/hardening"
|
||||
|
|
|
|||
|
|
@ -43,10 +43,10 @@
|
|||
[],
|
||||
[
|
||||
"tfg:moon/surface/basalt_delta",
|
||||
"tfg:moon/surface/loose_basalt_rocks",
|
||||
"tfg:moon/surface/warped_roots_patch",
|
||||
"tfg:moon/surface/warped_sprouts_patch",
|
||||
"tfg:moon/surface/warped_vine",
|
||||
"tfg:moon/surface/loose_basalt_rocks"
|
||||
"tfg:moon/surface/warped_vine"
|
||||
],
|
||||
[
|
||||
"tfg:moon/hardening"
|
||||
|
|
|
|||
|
|
@ -42,11 +42,11 @@
|
|||
[],
|
||||
[],
|
||||
[
|
||||
"tfg:moon/surface/moon_rock_pile",
|
||||
"tfg:moon/surface/loose_moon_stone_rocks",
|
||||
"tfg:moon/surface/warped_roots_patch",
|
||||
"tfg:moon/surface/warped_sprouts_patch",
|
||||
"tfg:moon/surface/warped_vine",
|
||||
"tfg:moon/surface/moon_rock_pile",
|
||||
"tfg:moon/surface/loose_moon_stone_rocks"
|
||||
"tfg:moon/surface/warped_vine"
|
||||
],
|
||||
[
|
||||
"tfg:moon/hardening"
|
||||
|
|
|
|||
|
|
@ -42,10 +42,10 @@
|
|||
[],
|
||||
[],
|
||||
[
|
||||
"tfg:moon/surface/warped_roots_patch",
|
||||
"tfg:moon/surface/warped_sprouts_patch",
|
||||
"tfg:moon/surface/moon_rock_pile",
|
||||
"tfg:moon/surface/loose_moon_stone_rocks"
|
||||
"tfg:moon/surface/loose_moon_stone_rocks",
|
||||
"tfg:moon/surface/warped_roots_patch",
|
||||
"tfg:moon/surface/warped_sprouts_patch"
|
||||
],
|
||||
[
|
||||
"tfg:moon/hardening"
|
||||
|
|
|
|||
|
|
@ -42,9 +42,9 @@
|
|||
[],
|
||||
[],
|
||||
[
|
||||
"tfg:moon/surface/warped_sprouts_patch",
|
||||
"tfg:moon/surface/gabbro_rock_pile",
|
||||
"tfg:moon/surface/loose_gabbro_rocks"
|
||||
"tfg:moon/surface/loose_gabbro_rocks",
|
||||
"tfg:moon/surface/warped_sprouts_patch"
|
||||
],
|
||||
[
|
||||
"tfg:moon/hardening"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"type": "tfc:kelp_tree",
|
||||
"config": {
|
||||
"block": "tfc:plant/giant_kelp_flower"
|
||||
}
|
||||
}
|
||||
|
|
@ -6,10 +6,21 @@
|
|||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "tfg:lunar_roots"
|
||||
}
|
||||
"type": "minecraft:weighted_state_provider",
|
||||
"entries": [
|
||||
{
|
||||
"weight": 20,
|
||||
"data": {
|
||||
"Name": "tfg:lunar_roots"
|
||||
}
|
||||
},
|
||||
{
|
||||
"weight": 50,
|
||||
"data": {
|
||||
"Name": "tfg:lunar_sprouts"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -28,8 +39,8 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"tries": 36,
|
||||
"xz_spread": 15,
|
||||
"tries": 32,
|
||||
"xz_spread": 16,
|
||||
"y_spread": 3
|
||||
}
|
||||
}
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"tries": 36,
|
||||
"tries": 16,
|
||||
"xz_spread": 16,
|
||||
"y_spread": 3
|
||||
}
|
||||
|
|
|
|||
|
|
@ -47,8 +47,8 @@
|
|||
},
|
||||
"trunk_placer": {
|
||||
"type": "minecraft:straight_trunk_placer",
|
||||
"base_height": 5,
|
||||
"height_rand_a": 10,
|
||||
"base_height": 10,
|
||||
"height_rand_a": 20,
|
||||
"height_rand_b": 0
|
||||
},
|
||||
"trunk_provider": {
|
||||
|
|
|
|||
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"feature": "tfg:moon/surface/chorus_plant",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "MOTION_BLOCKING"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"feature": "tfg:moon/surface/warped_vine",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue