mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2026-01-04 15:41:38 +00:00
added block light
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
items:
|
||||
items#misc:
|
||||
default:chinese_lantern:
|
||||
material: paper
|
||||
custom-model-data: 3000
|
||||
@@ -112,7 +112,7 @@ items:
|
||||
facing_clockwise=south:
|
||||
appearance: axisZ
|
||||
id: 3
|
||||
recipes:
|
||||
recipes#misc:
|
||||
default:chinese_lantern:
|
||||
type: shaped
|
||||
pattern:
|
||||
|
||||
@@ -962,6 +962,16 @@ templates#loot_tables:
|
||||
entries:
|
||||
- type: item
|
||||
item: "{item}"
|
||||
# drop with silk touch
|
||||
default:loot_table/silk_touch:
|
||||
pools:
|
||||
- rolls: 1
|
||||
conditions:
|
||||
- type: enchantment
|
||||
predicate: minecraft:silk_touch>=1
|
||||
entries:
|
||||
- type: item
|
||||
item: "{item}"
|
||||
# drop ores
|
||||
default:loot_table/ore:
|
||||
pools:
|
||||
|
||||
Reference in New Issue
Block a user