Pushing recent 0.9 alpha feedback (#877)
Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com> Co-authored-by: Redeix <59435925+Redeix@users.noreply.github.com>
This commit is contained in:
parent
fe127e7fd3
commit
b9f3c51407
57 changed files with 2270 additions and 1406 deletions
10
kubejs/server_scripts/primitive_creatures/loot.js
Normal file
10
kubejs/server_scripts/primitive_creatures/loot.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// priority: 0
|
||||
|
||||
function registerPrimitiveCreatesLoots(event) {
|
||||
|
||||
event.addEntityLootModifier('kaolinclayze:tfc')
|
||||
.addWeightedLoot([7,15], ['tfc:kaolin_clay', 'minecraft:clay_ball'])
|
||||
|
||||
event.addEntityLootModifier('kaolinclayze:golem_2')
|
||||
.addWeightedLoot([7,15], ['gtceu:poor_raw_graphite', 'gtceu:raw_graphite', 'gtceu:rich_raw_graphite'])
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue