-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
horse automation, wireless booster recipe, astral signals loot
horse urine automation using a new Horse item (craftable) wireless booster recipe from official server yttr lamp recipe too although ill add an assembly for this ender watcher now drops microphysical probe, hemogiant now drops parallel processor
- Loading branch information
1 parent
6279458
commit 0a8fa72
Showing
6 changed files
with
190 additions
and
1 deletion.
There are no files selected for viewing
58 changes: 58 additions & 0 deletions
58
...cks/required_data/zLaky Core/data/astraladditions/loot_tables/entities/ender_watcher.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
{ | ||
"type": "minecraft:entity", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "yttr:delicace", | ||
"weight": 99 | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"name": "astralsignals:microphysical_probe", | ||
"weight": 1 | ||
} | ||
] | ||
}, | ||
{ | ||
"rolls": { | ||
"min": 1, | ||
"max": 2 | ||
}, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "tconstruct:ender_slime_crystal", | ||
"weight": 1, | ||
"functions": [ | ||
{ | ||
"function": "minecraft:looting_enchant", | ||
"count": { | ||
"min": 2.0, | ||
"max": 4.0 | ||
}, | ||
"limit": 1 | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:ender_pearl", | ||
"weight": 1, | ||
"functions": [ | ||
{ | ||
"function": "minecraft:looting_enchant", | ||
"count": { | ||
"min": 2.0, | ||
"max": 3.0 | ||
}, | ||
"limit": 1 | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
83 changes: 83 additions & 0 deletions
83
...l_packs/required_data/zLaky Core/data/astraladditions/loot_tables/entities/hemogiant.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
{ | ||
"type": "minecraft:entity", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "ae2:fluix_pearl", | ||
"weight": 33 | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:chorus_flower", | ||
"weight": 33 | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:ender_eye", | ||
"weight": 33 | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"name": "astralsignals:parallel_processor", | ||
"weight": 1 | ||
} | ||
] | ||
}, | ||
{ | ||
"rolls": { | ||
"min": 3, | ||
"max": 4 | ||
}, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "astraladditions:moonset_crystal", | ||
"weight": 20, | ||
"functions": [ | ||
{ | ||
"function": "minecraft:looting_enchant", | ||
"count": { | ||
"min": 2.0, | ||
"max": 3.0 | ||
}, | ||
"limit": 1 | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:ender_pearl", | ||
"weight": 5, | ||
"functions": [ | ||
{ | ||
"function": "minecraft:looting_enchant", | ||
"count": { | ||
"min": 2.0, | ||
"max": 3.0 | ||
}, | ||
"limit": 1 | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:chorus_fruit", | ||
"weight": 5, | ||
"functions": [ | ||
{ | ||
"function": "minecraft:looting_enchant", | ||
"count": { | ||
"min": 2.0, | ||
"max": 3.0 | ||
}, | ||
"limit": 1 | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.