minecraft server init
This commit is contained in:
44
config/bloodmagic/meteors/diamond.json
Normal file
44
config/bloodmagic/meteors/diamond.json
Normal file
@ -0,0 +1,44 @@
|
||||
{
|
||||
"catalystStack": {
|
||||
"registryName": {
|
||||
"domain": "minecraft",
|
||||
"path": "diamond_block"
|
||||
},
|
||||
"meta": 0
|
||||
},
|
||||
"components": [
|
||||
{
|
||||
"weight": 50,
|
||||
"oreName": "oreIron"
|
||||
},
|
||||
{
|
||||
"weight": 100,
|
||||
"oreName": "oreGold"
|
||||
},
|
||||
{
|
||||
"weight": 10,
|
||||
"oreName": "oreLapis"
|
||||
},
|
||||
{
|
||||
"weight": 250,
|
||||
"oreName": "oreDiamond"
|
||||
},
|
||||
{
|
||||
"weight": 180,
|
||||
"oreName": "oreEmerald"
|
||||
},
|
||||
{
|
||||
"weight": 50,
|
||||
"oreName": "oreRedstone"
|
||||
},
|
||||
{
|
||||
"weight": 400,
|
||||
"oreName": "oreDiamond"
|
||||
}
|
||||
],
|
||||
"explosionStrength": 10.0,
|
||||
"radius": 3,
|
||||
"maxWeight": 1040,
|
||||
"version": 4,
|
||||
"cost": 5000000
|
||||
}
|
48
config/bloodmagic/meteors/gold.json
Normal file
48
config/bloodmagic/meteors/gold.json
Normal file
@ -0,0 +1,48 @@
|
||||
{
|
||||
"catalystStack": {
|
||||
"registryName": {
|
||||
"domain": "minecraft",
|
||||
"path": "gold_block"
|
||||
},
|
||||
"meta": 0
|
||||
},
|
||||
"components": [
|
||||
{
|
||||
"weight": 200,
|
||||
"oreName": "oreIron"
|
||||
},
|
||||
{
|
||||
"weight": 100,
|
||||
"oreName": "oreCopper"
|
||||
},
|
||||
{
|
||||
"weight": 60,
|
||||
"oreName": "oreTin"
|
||||
},
|
||||
{
|
||||
"weight": 100,
|
||||
"oreName": "oreGold"
|
||||
},
|
||||
{
|
||||
"weight": 120,
|
||||
"oreName": "oreLapis"
|
||||
},
|
||||
{
|
||||
"weight": 30,
|
||||
"oreName": "oreDiamond"
|
||||
},
|
||||
{
|
||||
"weight": 20,
|
||||
"oreName": "oreEmerald"
|
||||
},
|
||||
{
|
||||
"weight": 20,
|
||||
"oreName": "oreCoal"
|
||||
}
|
||||
],
|
||||
"explosionStrength": 18.0,
|
||||
"radius": 6,
|
||||
"maxWeight": 650,
|
||||
"version": 4,
|
||||
"cost": 2500000
|
||||
}
|
48
config/bloodmagic/meteors/iron.json
Normal file
48
config/bloodmagic/meteors/iron.json
Normal file
@ -0,0 +1,48 @@
|
||||
{
|
||||
"catalystStack": {
|
||||
"registryName": {
|
||||
"domain": "minecraft",
|
||||
"path": "iron_block"
|
||||
},
|
||||
"meta": 0
|
||||
},
|
||||
"components": [
|
||||
{
|
||||
"weight": 400,
|
||||
"oreName": "oreIron"
|
||||
},
|
||||
{
|
||||
"weight": 200,
|
||||
"oreName": "oreCopper"
|
||||
},
|
||||
{
|
||||
"weight": 140,
|
||||
"oreName": "oreTin"
|
||||
},
|
||||
{
|
||||
"weight": 70,
|
||||
"oreName": "oreSilver"
|
||||
},
|
||||
{
|
||||
"weight": 80,
|
||||
"oreName": "oreLead"
|
||||
},
|
||||
{
|
||||
"weight": 30,
|
||||
"oreName": "oreGold"
|
||||
},
|
||||
{
|
||||
"weight": 60,
|
||||
"oreName": "oreLapis"
|
||||
},
|
||||
{
|
||||
"weight": 100,
|
||||
"oreName": "oreRedstone"
|
||||
}
|
||||
],
|
||||
"explosionStrength": 15.0,
|
||||
"radius": 5,
|
||||
"maxWeight": 1080,
|
||||
"version": 3,
|
||||
"cost": 1000000
|
||||
}
|
Reference in New Issue
Block a user