init
This commit is contained in:
commit
a956daf8e2
2351 changed files with 163047 additions and 0 deletions
11
kubejs/server_scripts/fixes_tweaks/unification/loottables.js
Normal file
11
kubejs/server_scripts/fixes_tweaks/unification/loottables.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/**
|
||||
* Modify AE2 crystal certus mechanic to use GT items
|
||||
*/
|
||||
|
||||
ServerEvents.blockLootTables(event => {
|
||||
event.addSimpleBlock("ae2:quartz_cluster", "4x gtceu:certus_quartz_gem") // To drop a different item
|
||||
})
|
||||
LootJS.modifiers((event) => {
|
||||
event.addBlockLootModifier(/ae2:.*quartz_bud/)
|
||||
.replaceLoot("ae2:certus_quartz_dust", "gtceu:certus_quartz_dust")
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue