Version 5.4

This commit is contained in:
2026-01-27 17:19:00 +00:00
parent 59ef42a1c2
commit d7558df773
3554 changed files with 303488 additions and 0 deletions

View File

@@ -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
}
}
]
}
]
}
]
}

View File

@@ -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
}
}
]
}
]
}
]
}

View File

@@ -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
}
}
]
}
]
}
]
}