Updated to Forge 40.1.52 and updated mods.
This commit is contained in:
16
server/config/ironchests/chests/copper.json
Normal file
16
server/config/ironchests/chests/copper.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"length": 9,
|
||||
"rows": 4,
|
||||
"inventoryOffset": 8,
|
||||
"menuOffset": 8,
|
||||
"width": 176,
|
||||
"height": 187,
|
||||
"properties": {
|
||||
"type": "builder",
|
||||
"material": "metal",
|
||||
"requiresCorrectToolForDrops": true,
|
||||
"explosionResistance": 6.0,
|
||||
"destroyTime": 3.0,
|
||||
"sound": "copper"
|
||||
}
|
||||
}
|
19
server/config/ironchests/chests/crystal.json
Normal file
19
server/config/ironchests/chests/crystal.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"length": 12,
|
||||
"rows": 6,
|
||||
"inventoryOffset": 35,
|
||||
"menuOffset": 8,
|
||||
"width": 232,
|
||||
"height": 222,
|
||||
"texture": "diamond",
|
||||
"transparent": true,
|
||||
"renderItems": true,
|
||||
"properties": {
|
||||
"type": "builder",
|
||||
"material": "glass",
|
||||
"explosionResistance": 0.3,
|
||||
"destroyTime": 0.3,
|
||||
"sound": "glass",
|
||||
"noOcclusion": true
|
||||
}
|
||||
}
|
16
server/config/ironchests/chests/diamond.json
Normal file
16
server/config/ironchests/chests/diamond.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"length": 12,
|
||||
"rows": 6,
|
||||
"inventoryOffset": 35,
|
||||
"menuOffset": 8,
|
||||
"width": 232,
|
||||
"height": 222,
|
||||
"properties": {
|
||||
"type": "builder",
|
||||
"material": "metal",
|
||||
"requiresCorrectToolForDrops": true,
|
||||
"explosionResistance": 6.0,
|
||||
"destroyTime": 5.0,
|
||||
"sound": "metal"
|
||||
}
|
||||
}
|
20
server/config/ironchests/chests/dirt.json
Normal file
20
server/config/ironchests/chests/dirt.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"length": 1,
|
||||
"rows": 1,
|
||||
"inventoryOffset": 8,
|
||||
"menuOffset": 80,
|
||||
"width": 176,
|
||||
"height": 133,
|
||||
"properties": {
|
||||
"type": "builder",
|
||||
"material": "dirt",
|
||||
"explosionResistance": 0.5,
|
||||
"destroyTime": 0.5,
|
||||
"sound": "gravel"
|
||||
},
|
||||
"predicate": {
|
||||
"items": [
|
||||
"minecraft:dirt"
|
||||
]
|
||||
}
|
||||
}
|
16
server/config/ironchests/chests/gold.json
Normal file
16
server/config/ironchests/chests/gold.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"length": 11,
|
||||
"rows": 6,
|
||||
"inventoryOffset": 26,
|
||||
"menuOffset": 8,
|
||||
"width": 212,
|
||||
"height": 222,
|
||||
"properties": {
|
||||
"type": "builder",
|
||||
"material": "metal",
|
||||
"requiresCorrectToolForDrops": true,
|
||||
"explosionResistance": 6.0,
|
||||
"destroyTime": 3.0,
|
||||
"sound": "metal"
|
||||
}
|
||||
}
|
16
server/config/ironchests/chests/iron.json
Normal file
16
server/config/ironchests/chests/iron.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"length": 9,
|
||||
"rows": 6,
|
||||
"inventoryOffset": 8,
|
||||
"menuOffset": 8,
|
||||
"width": 176,
|
||||
"height": 222,
|
||||
"properties": {
|
||||
"type": "builder",
|
||||
"material": "metal",
|
||||
"requiresCorrectToolForDrops": true,
|
||||
"explosionResistance": 6.0,
|
||||
"destroyTime": 5.0,
|
||||
"sound": "metal"
|
||||
}
|
||||
}
|
16
server/config/ironchests/chests/netherite.json
Normal file
16
server/config/ironchests/chests/netherite.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"length": 13,
|
||||
"rows": 7,
|
||||
"inventoryOffset": 44,
|
||||
"menuOffset": 8,
|
||||
"width": 250,
|
||||
"height": 240,
|
||||
"properties": {
|
||||
"type": "builder",
|
||||
"material": "metal",
|
||||
"requiresCorrectToolForDrops": true,
|
||||
"explosionResistance": 1200.0,
|
||||
"destroyTime": 50.0,
|
||||
"sound": "netherite_block"
|
||||
}
|
||||
}
|
17
server/config/ironchests/chests/obsidian.json
Normal file
17
server/config/ironchests/chests/obsidian.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"length": 12,
|
||||
"rows": 6,
|
||||
"inventoryOffset": 35,
|
||||
"menuOffset": 8,
|
||||
"width": 232,
|
||||
"height": 222,
|
||||
"texture": "diamond",
|
||||
"properties": {
|
||||
"type": "builder",
|
||||
"material": "metal",
|
||||
"requiresCorrectToolForDrops": true,
|
||||
"explosionResistance": 1200.0,
|
||||
"destroyTime": 50.0,
|
||||
"sound": "metal"
|
||||
}
|
||||
}
|
0
server/config/ironchests/defaults.lock
Normal file
0
server/config/ironchests/defaults.lock
Normal file
3
server/config/ironchests/upgrade_types/copper.json
Normal file
3
server/config/ironchests/upgrade_types/copper.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"to": "copper_chest"
|
||||
}
|
4
server/config/ironchests/upgrade_types/crystal.json
Normal file
4
server/config/ironchests/upgrade_types/crystal.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"to": "crystal_chest",
|
||||
"from": "diamond_chest"
|
||||
}
|
4
server/config/ironchests/upgrade_types/diamond.json
Normal file
4
server/config/ironchests/upgrade_types/diamond.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"to": "diamond_chest",
|
||||
"from": "gold_chest"
|
||||
}
|
4
server/config/ironchests/upgrade_types/gold.json
Normal file
4
server/config/ironchests/upgrade_types/gold.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"to": "gold_chest",
|
||||
"from": "iron_chest"
|
||||
}
|
4
server/config/ironchests/upgrade_types/iron.json
Normal file
4
server/config/ironchests/upgrade_types/iron.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"to": "iron_chest",
|
||||
"from": "copper_chest"
|
||||
}
|
4
server/config/ironchests/upgrade_types/netherite.json
Normal file
4
server/config/ironchests/upgrade_types/netherite.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"to": "netherite_chest",
|
||||
"from": "diamond_chest"
|
||||
}
|
4
server/config/ironchests/upgrade_types/obsidian.json
Normal file
4
server/config/ironchests/upgrade_types/obsidian.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"to": "obsidian_chest",
|
||||
"from": "diamond_chest"
|
||||
}
|
Reference in New Issue
Block a user