mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-25 01:49:30 +00:00
改进一些方块配置
This commit is contained in:
@@ -22,6 +22,7 @@ blocks:
|
||||
map-color: 24
|
||||
is-randomly-ticking: true
|
||||
behaviors:
|
||||
- type: liquid_flowable_block
|
||||
- type: bush_block
|
||||
bottom-blocks:
|
||||
- minecraft:end_stone
|
||||
|
||||
@@ -19,10 +19,11 @@ items:
|
||||
push-reaction: destroy
|
||||
map-color: 19
|
||||
behavior:
|
||||
type: bush_block
|
||||
bottom-block-tags:
|
||||
- minecraft:dirt
|
||||
- minecraft:farmland
|
||||
- type: liquid_flowable_block
|
||||
- type: bush_block
|
||||
bottom-block-tags:
|
||||
- minecraft:dirt
|
||||
- minecraft:farmland
|
||||
loot:
|
||||
template: default:loot_table/self
|
||||
state:
|
||||
|
||||
@@ -108,6 +108,7 @@ blocks:
|
||||
- minecraft:crops
|
||||
- minecraft:maintains_farmland
|
||||
behaviors:
|
||||
- type: liquid_flowable_block
|
||||
- type: stem_block
|
||||
fruit: default:hami_melon
|
||||
attached-stem: default:attached_hami_melon_stem
|
||||
@@ -169,6 +170,7 @@ blocks:
|
||||
tags:
|
||||
- minecraft:maintains_farmland
|
||||
behaviors:
|
||||
- type: liquid_flowable_block
|
||||
- type: attached_stem_block
|
||||
fruit: default:hami_melon
|
||||
stem: default:hami_melon_stem
|
||||
|
||||
@@ -150,4 +150,4 @@ blocks:
|
||||
- type: damage
|
||||
target: self
|
||||
amount: 1.0
|
||||
damage-type: lava
|
||||
damage-type: on_fire
|
||||
@@ -18,6 +18,7 @@ items:
|
||||
map-color: 11
|
||||
push-reaction: destroy
|
||||
behaviors:
|
||||
- type: liquid_flowable_block
|
||||
- type: sturdy_base_block
|
||||
direction: down
|
||||
support-types:
|
||||
|
||||
Reference in New Issue
Block a user