mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2026-01-04 15:41:38 +00:00
Added Drop Exp
This commit is contained in:
@@ -43,6 +43,8 @@ blocks:
|
||||
arguments:
|
||||
ore_drop: default:topaz
|
||||
ore_block: default:topaz_ore
|
||||
min_exp: 3
|
||||
max_exp: 7
|
||||
settings:
|
||||
template:
|
||||
- block_settings:ore
|
||||
@@ -64,6 +66,8 @@ blocks:
|
||||
arguments:
|
||||
ore_drop: default:topaz
|
||||
ore_block: default:deepslate_topaz_ore
|
||||
min_exp: 3
|
||||
max_exp: 7
|
||||
settings:
|
||||
template:
|
||||
- block_settings:ore
|
||||
|
||||
@@ -482,6 +482,11 @@ templates:
|
||||
formula:
|
||||
type: ore_drops
|
||||
- type: explosion_decay
|
||||
- type: drop_exp
|
||||
count:
|
||||
type: uniform
|
||||
min: "{min_exp}"
|
||||
max: "{max_exp}"
|
||||
loot_table:leaves:
|
||||
pools:
|
||||
- rolls: 1
|
||||
|
||||
Reference in New Issue
Block a user