mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2026-01-04 15:41:38 +00:00
综合更新
This commit is contained in:
@@ -342,8 +342,6 @@ performance:
|
||||
light-system:
|
||||
# Required for custom light-emitting blocks
|
||||
enable: true
|
||||
# Turning this option on will reduce lighting system issues to some extent, but will increase server bandwidth consumption.
|
||||
force-update-light: false
|
||||
|
||||
chunk-system:
|
||||
# With cache system, those frequently load/unload chunks would consume fewer resources on serialization
|
||||
|
||||
@@ -21,11 +21,9 @@ items#misc:
|
||||
- default:hardness/wool
|
||||
- default:burn_data/planks
|
||||
- default:sound/wood
|
||||
- default:settings/solid_1x1x1
|
||||
overrides:
|
||||
push-reaction: NORMAL
|
||||
replaceable: false
|
||||
is-redstone-conductor: true
|
||||
is-suffocating: false
|
||||
instrument: HARP
|
||||
luminance: 15
|
||||
map-color: 36
|
||||
@@ -145,12 +143,10 @@ items#misc:
|
||||
settings:
|
||||
template:
|
||||
- default:sound/sand
|
||||
- default:settings/solid_1x1x1
|
||||
overrides:
|
||||
hardness: 0.5
|
||||
resistance: 0.5
|
||||
replaceable: false
|
||||
is-redstone-conductor: true
|
||||
is-suffocating: true
|
||||
instrument: SNARE
|
||||
map-color: 45
|
||||
item: default:gunpowder_block
|
||||
@@ -184,12 +180,10 @@ items#misc:
|
||||
template:
|
||||
- default:sound/sand
|
||||
- default:pickaxe_power/level_1
|
||||
- default:settings/solid_1x1x1
|
||||
overrides:
|
||||
hardness: 1.8
|
||||
resistance: 1.8
|
||||
replaceable: false
|
||||
is-redstone-conductor: true
|
||||
is-suffocating: true
|
||||
instrument: BASEDRUM
|
||||
map-color: 45
|
||||
item: default:solid_gunpowder_block
|
||||
@@ -232,8 +226,8 @@ items#misc:
|
||||
instrument: BASEDRUM
|
||||
map-color: 15
|
||||
item: default:copper_coil
|
||||
behaviors:
|
||||
- type: lamp_block
|
||||
behavior:
|
||||
type: lamp_block
|
||||
states:
|
||||
properties:
|
||||
lit:
|
||||
|
||||
@@ -229,7 +229,7 @@ items:
|
||||
template: "default:settings/sapling"
|
||||
overrides:
|
||||
item: default:palm_sapling
|
||||
behavior:
|
||||
behaviors:
|
||||
- type: bush_block
|
||||
bottom-block-tags:
|
||||
- minecraft:dirt
|
||||
|
||||
@@ -583,10 +583,13 @@ templates#settings#break_level:
|
||||
templates#settings#blocks:
|
||||
default:settings/solid_1x1x1:
|
||||
is-suffocating: true
|
||||
replaceable: false
|
||||
is-view-blocking: true
|
||||
is-redstone-conductor: true
|
||||
can-occlude: true
|
||||
default:settings/transparent_1x1x1:
|
||||
is-suffocating: false
|
||||
replaceable: false
|
||||
is-view-blocking: false
|
||||
can-occlude: false
|
||||
# sapling
|
||||
|
||||
Reference in New Issue
Block a user