Skip to content

Commit

Permalink
horse automation, wireless booster recipe, astral signals loot
Browse files Browse the repository at this point in the history
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
ethanicusss committed Dec 27, 2024
1 parent 6279458 commit 0a8fa72
Show file tree
Hide file tree
Showing 6 changed files with 190 additions and 1 deletion.
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
}
]
}
]
}
]
}
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
}
]
}
]
}
]
}
31 changes: 30 additions & 1 deletion kubejs/server_scripts/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ function sequencedAssemblyRecipes(event) {
.transitionalItem("tconstruct:large_ender_slime_crystal_bud")
.loops(3);

event.recipes
event.recipes
.createSequencedAssembly(Item.of("cookingforblockheads:cow_jar"), "cookingforblockheads:milk_jar", [
event.recipes.createDeploying("cookingforblockheads:milk_jar", [
"cookingforblockheads:milk_jar",
Expand All @@ -543,6 +543,23 @@ function sequencedAssemblyRecipes(event) {
])
.transitionalItem("cookingforblockheads:milk_jar")
.loops(1);
event.recipes
.createSequencedAssembly(Item.of("createastral:horse"), "minecraft:leather_horse_armor", [
event.recipes.createDeploying("minecraft:leather_horse_armor", [
"minecraft:leather_horse_armor",
["minecraft:apple"],
]),
event.recipes.createDeploying("minecraft:leather_horse_armor", [
"minecraft:leather_horse_armor",
["minecraft:hay_block"],
]),
event.recipes.createFilling("minecraft:leather_horse_armor", [
"minecraft:leather_horse_armor",
{ fluid: "tconstruct:blood", amount: 100 * mB },
]),
])
.transitionalItem("minecraft:leather_horse_armor")
.loops(1);

event.recipes
.createSequencedAssembly(Item.of("create:track"), "#create:sleepers", [
Expand Down Expand Up @@ -2322,6 +2339,18 @@ function mixingRecipes(event) {
input: ["cookingforblockheads:cow_jar"],
heat: "",
time: 60,
},
{
output: [
{
fluid: "estrogen:horse_urine",
amount: BUCKET/2,
},
"createastral:horse"
],
input: ["createastral:horse"],
heat: "",
time: 60,
},
{
output: "8x create:blaze_cake",
Expand Down
15 changes: 15 additions & 0 deletions kubejs/server_scripts/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,14 @@ onEvent("recipes", (event) => {
A: "techreborn:tin_plate",
B: "techreborn:wood_plate",
});

event.shaped("2x ae2:wireless_booster", ["SCE", "III"], {
S: "ae2:fluix_dust",
C: "ae2:charged_certus_quartz_crystal",
E: "ae2:ender_dust",
I: "techreborn:silver_plate",
});


event.shaped("minecraft:shulker_shell", ["BBB", "BAB", "BBB"], {
A: "minecraft:nautilus_shell",
Expand Down Expand Up @@ -1490,6 +1498,13 @@ onEvent("recipes", (event) => {
B: "ad_astra:calorite_ingot",
C: "techreborn:diamond_plate",
});
event.shaped("4x yttr:lamp", ["ABA", "BCB", "ABA"], {
A: "minecraft:iron_ingot",
B: "minecraft:glass_pane",
C: "minecraft:redstone_torch"
});



/// Stuff Laky CBA updating to new format from experimental yet

Expand Down
4 changes: 4 additions & 0 deletions kubejs/startup_scripts/item_registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ onEvent("item.registry", (event) => {
event.create("createastral:fragile_rocket_fin");
event.create("createastral:broken_fragile_rocket_fin");
event.create("createastral:gold_casted_rocket_fin");
event.create("createastral:horse")
.food((food) => {
food.hunger(0).saturation(0).alwaysEdible();
});
event.create("createastral:marimo")
.food((food) => {
food.hunger(1).saturation(0).alwaysEdible();
Expand Down
Binary file added resources/createastral/textures/item/horse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0a8fa72

Please sign in to comment.