mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-30 20:39:10 +00:00
improve sounds
This commit is contained in:
@@ -23,4 +23,6 @@ minecraft:spruce_sapling: 1
|
||||
minecraft:jungle_sapling: 1
|
||||
minecraft:dark_oak_sapling: 1
|
||||
minecraft:acacia_sapling: 1
|
||||
minecraft:cherry_sapling: 1
|
||||
minecraft:cherry_sapling: 1
|
||||
|
||||
minecraft:anvil: 2
|
||||
@@ -1,4 +1,8 @@
|
||||
########################################################################################################################################################################################################################
|
||||
# Anvil Block
|
||||
minecraft:anvil[facing=north]: minecraft:anvil[facing=south]
|
||||
minecraft:anvil[facing=east]: minecraft:anvil[facing=west]
|
||||
########################################################################################################################################################################################################################
|
||||
# Sapling Block
|
||||
minecraft:oak_sapling[stage=1]: minecraft:oak_sapling[stage=0]
|
||||
minecraft:birch_sapling[stage=1]: minecraft:birch_sapling[stage=0]
|
||||
|
||||
@@ -40,7 +40,77 @@ items:
|
||||
textures:
|
||||
"end": "minecraft:block/custom/chinese_lantern_top"
|
||||
"side": "minecraft:block/custom/chinese_lantern"
|
||||
|
||||
default:netherite_anvil:
|
||||
material: paper
|
||||
custom-model-data: 3001
|
||||
data:
|
||||
item-name: "<!i><i18n:item.netherite_anvil>"
|
||||
model:
|
||||
type: "minecraft:model"
|
||||
path: "minecraft:item/custom/netherite_anvil"
|
||||
generation:
|
||||
parent: "minecraft:block/custom/netherite_anvil"
|
||||
behavior:
|
||||
type: block_item
|
||||
block:
|
||||
loot:
|
||||
template: "default:loot_table/basic"
|
||||
arguments:
|
||||
item: default:netherite_anvil
|
||||
behavior:
|
||||
type: falling_block
|
||||
hurt-amount: 4
|
||||
max-hurt: 80
|
||||
settings:
|
||||
template:
|
||||
- default:pickaxe_power/level_4
|
||||
overrides:
|
||||
sounds:
|
||||
break: minecraft:block.anvil.break
|
||||
step: minecraft:block.anvil.step
|
||||
place: minecraft:block.anvil.place
|
||||
hit: minecraft:block.anvil.hit
|
||||
fall: minecraft:block.anvil.fall
|
||||
land: minecraft:block.anvil.land
|
||||
item: default:netherite_anvil
|
||||
map-color: 29
|
||||
hardness: 10.0
|
||||
resistance: 1200
|
||||
push-reaction: BLOCK
|
||||
states:
|
||||
properties:
|
||||
facing_clockwise:
|
||||
type: 4-direction
|
||||
default: north
|
||||
appearances:
|
||||
axisX:
|
||||
state: "minecraft:anvil[facing=east]"
|
||||
model:
|
||||
path: "minecraft:block/custom/netherite_anvil"
|
||||
y: 90
|
||||
generation:
|
||||
parent: "minecraft:block/anvil"
|
||||
textures:
|
||||
"top": "minecraft:block/custom/netherite_anvil_top"
|
||||
"body": "minecraft:block/custom/netherite_anvil"
|
||||
"particle": "minecraft:block/custom/netherite_anvil"
|
||||
axisZ:
|
||||
state: "minecraft:anvil[facing=north]"
|
||||
model:
|
||||
path: "minecraft:block/custom/netherite_anvil"
|
||||
variants:
|
||||
facing_clockwise=east:
|
||||
appearance: axisX
|
||||
id: 0
|
||||
facing_clockwise=west:
|
||||
appearance: axisX
|
||||
id: 1
|
||||
facing_clockwise=north:
|
||||
appearance: axisZ
|
||||
id: 2
|
||||
facing_clockwise=south:
|
||||
appearance: axisZ
|
||||
id: 3
|
||||
recipes:
|
||||
default:chinese_lantern:
|
||||
type: shaped
|
||||
@@ -63,4 +133,16 @@ recipes:
|
||||
A: "default:reed"
|
||||
result:
|
||||
id: minecraft:paper
|
||||
count: 3
|
||||
count: 3
|
||||
default:netherite_anvil:
|
||||
type: shaped
|
||||
pattern:
|
||||
- " B "
|
||||
- "BAB"
|
||||
- " B "
|
||||
ingredients:
|
||||
A: "minecraft:anvil"
|
||||
B: "minecraft:netherite_ingot"
|
||||
result:
|
||||
id: default:netherite_anvil
|
||||
count: 1
|
||||
@@ -56,5 +56,6 @@ categories:
|
||||
icon: default:chinese_lantern
|
||||
list:
|
||||
- default:chinese_lantern
|
||||
- default:netherite_anvil
|
||||
- default:fairy_flower
|
||||
- default:reed
|
||||
@@ -28,6 +28,7 @@ i18n:
|
||||
item.palm_planks: "Palm Planks"
|
||||
item.palm_sapling: "Palm Sapling"
|
||||
item.palm_leaves: "Palm Leaves"
|
||||
item.netherite_anvil: "Netherite Anvil"
|
||||
category.default.name: "Default Assets"
|
||||
category.default.lore: "Contains the default configuration of CraftEngine"
|
||||
category.palm_tree: "Palm Tree"
|
||||
@@ -63,6 +64,7 @@ i18n:
|
||||
item.palm_planks: "棕榈木板"
|
||||
item.palm_sapling: "棕榈树苗"
|
||||
item.palm_leaves: "棕榈树叶"
|
||||
item.netherite_anvil: "下界合金砧"
|
||||
category.default.name: "默认资产"
|
||||
category.default.lore: "包含了CraftEngine的默认配置"
|
||||
category.palm_tree: "棕榈树"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
items:
|
||||
default:fairy_flower:
|
||||
material: paper
|
||||
custom-model-data: 3001
|
||||
custom-model-data: 4000
|
||||
data:
|
||||
item-name: "<!i><i18n:item.fairy_flower>"
|
||||
model:
|
||||
@@ -13,7 +13,7 @@ items:
|
||||
block: default:fairy_flower
|
||||
default:reed:
|
||||
material: paper
|
||||
custom-model-data: 3002
|
||||
custom-model-data: 4001
|
||||
data:
|
||||
item-name: "<!i><i18n:item.reed>"
|
||||
model:
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user