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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user