Version 5.4
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"__comment": "Dragon skull, blood and heart drops are handled differently and can be disabled in ice_and_fire.cfg. The customize_to_dragon tag changes items to appear like the dragon(ex. red dragon scales -> blue dragon scales), and scales the stack size to the dragon's as well.",
|
||||
"pools": [
|
||||
{
|
||||
"name": "fire_dragon_skeleton",
|
||||
"rolls": 2,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "iceandfire:dragonbone",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"type": "minecraft:constant",
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "iceandfire:customize_to_dragon"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "kubejs:fire_pearl",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"type": "minecraft:constant",
|
||||
"value": 4
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"__comment": "Dragon skull,blood and heart drops are handled differently and can be disabled in ice_and_fire.cfg. The customize_to_dragon tag changes items to appear like the dragon(ex. red dragon scales -> blue dragon scales), and scales the stack size to the dragon's as well.",
|
||||
"pools": [
|
||||
{
|
||||
"name": "ice_dragon_skeleton",
|
||||
"rolls": 2,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "iceandfire:dragonbone",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"type": "minecraft:constant",
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "iceandfire:customize_to_dragon"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "kubejs:ice_pearl",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"type": "minecraft:constant",
|
||||
"value": 4
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"__comment": "Dragon skull, blood and heart drops are handled differently and can be disabled in ice_and_fire.cfg. The customize_to_dragon tag changes items to appear like the dragon(ex. red dragon scales -> blue dragon scales), and scales the stack size to the dragon's as well.",
|
||||
"pools": [
|
||||
{
|
||||
"name": "lightning_dragon_skeleton",
|
||||
"rolls": 2,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "iceandfire:dragonbone",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"type": "minecraft:constant",
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "iceandfire:customize_to_dragon"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "kubejs:lightning_pearl",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"type": "minecraft:constant",
|
||||
"value": 4
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"type": "neoforge:none"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"type": "neoforge:none"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "iceandfire:dragonforge",
|
||||
"dragonType": "ice",
|
||||
"cookTime": 1000,
|
||||
"input": {
|
||||
"item": "allthemodium:molten_allthemodium_bucket"
|
||||
},
|
||||
"blood": {
|
||||
"item": "allthemodium:molten_unobtainium_bucket"
|
||||
},
|
||||
"result": {
|
||||
"id": "allthemodium:unobtainium_allthemodium_alloy_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "iceandfire:dragonforge",
|
||||
"dragonType": "fire",
|
||||
"cookTime": 1000,
|
||||
"input": {
|
||||
"item": "allthemodium:molten_allthemodium_bucket"
|
||||
},
|
||||
"blood": {
|
||||
"item": "allthemodium:molten_vibranium_bucket"
|
||||
},
|
||||
"result": {
|
||||
"id": "allthemodium:vibranium_allthemodium_alloy_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "iceandfire:dragonforge",
|
||||
"dragonType": "lightning",
|
||||
"cookTime": 1000,
|
||||
"input": {
|
||||
"item": "allthemodium:molten_vibranium_bucket"
|
||||
},
|
||||
"blood": {
|
||||
"item": "allthemodium:molten_unobtainium_bucket"
|
||||
},
|
||||
"result": {
|
||||
"id": "allthemodium:unobtainium_vibranium_alloy_block"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:desert",
|
||||
"allthemodium:desert_hills"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:desert",
|
||||
"allthemodium:desert_hills"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:desert"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:the_other"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:the_other"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:the_other"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:the_other"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:the_other"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:the_other"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:the_other"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:warped_forest"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:crimson_forest"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:the_other"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:warped_forest"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:crimson_forest",
|
||||
"allthemodium:warped_forest",
|
||||
"allthemodium:the_other",
|
||||
"allthemodium:soul_sand_valley",
|
||||
"allthemodium:desert",
|
||||
"allthemodium:desert_hills"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:desert"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:crimson_forest"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:soul_sand_valley"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:the_other"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:warped_forest"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:warped_forest"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:desert",
|
||||
"allthemodium:desert_hills"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:soul_sand_valley"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:desert"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:the_other"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"#minecraft:is_overworld",
|
||||
"#minecraft:is_nether",
|
||||
"#minecraft:is_end",
|
||||
"#minecraft:is_ocean",
|
||||
"#minecraft:is_beach",
|
||||
"minecraft:lush_caves",
|
||||
"minecraft:dripstone_caves",
|
||||
"minecraft:deep_dark",
|
||||
"allthemodium:mining"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:crimson_forest"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"replace": true,
|
||||
"values": [
|
||||
"allthemodium:soul_sand_valley"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user