feat: initial commit

This commit is contained in:
lucasdpt
2026-06-14 01:24:29 +02:00
commit 0d40f88ab2
5815 changed files with 703860 additions and 0 deletions
@@ -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:dragon_loot"
}
]
},
{
"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:dragon_loot"
}
]
},
{
"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:dragon_loot"
}
]
},
{
"type": "item",
"name": "kubejs:lightning_pearl",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"type": "minecraft:constant",
"value": 4
}
}
]
}
]
}
]
}