Updated to Forge 40.1.52 and updated mods.
Some checks reported errors
ydeng/Reslate/rsemcm/pipeline/head Something is wrong with the build of this commit
RealYHD/rsemcm/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2022-06-22 21:01:16 -05:00
parent f10348fdca
commit f1e42a248c
111 changed files with 2048 additions and 275 deletions

View 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"
}
}

View 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
}
}

View 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"
}
}

View 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"
]
}
}

View 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"
}
}

View 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"
}
}

View 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"
}
}

View 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"
}
}

View File

View File

@@ -0,0 +1,3 @@
{
"to": "copper_chest"
}

View File

@@ -0,0 +1,4 @@
{
"to": "crystal_chest",
"from": "diamond_chest"
}

View File

@@ -0,0 +1,4 @@
{
"to": "diamond_chest",
"from": "gold_chest"
}

View File

@@ -0,0 +1,4 @@
{
"to": "gold_chest",
"from": "iron_chest"
}

View File

@@ -0,0 +1,4 @@
{
"to": "iron_chest",
"from": "copper_chest"
}

View File

@@ -0,0 +1,4 @@
{
"to": "netherite_chest",
"from": "diamond_chest"
}

View File

@@ -0,0 +1,4 @@
{
"to": "obsidian_chest",
"from": "diamond_chest"
}