update: 1.7.0

This commit is contained in:
nimsolated
2026-03-19 20:03:41 -07:00
parent 514509aee2
commit a6ad47e929
135 changed files with 3913 additions and 270 deletions

View File

@@ -0,0 +1,24 @@
{
"_fv": 73,
"_type": "achievement",
"definition": {
"achievementName": "Unobtainium Block",
"achievementDescription": "Obtain Bedrock",
"achievementIcon": {
"value": "Blocks.BEDROCK"
},
"background": "Default",
"disableDisplay": false,
"showPopup": true,
"announceToChat": true,
"hideIfNotCompleted": false,
"rewardLoot": [],
"rewardRecipes": [],
"rewardXP": 0,
"achievementType": "challenge",
"parent": {
"value": "CUSTOM:BedrockShardAdvancement"
},
"triggerxml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"advancement_trigger\" deletable=\"false\" x=\"134\" y=\"117\"><next><block type=\"item_in_inventory\"><value name=\"amount_l\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"amount_h\"><block type=\"math_number\"><field name=\"NUM\">64</field></block></value><value name=\"item\"><block type=\"mcitem_all\"><field name=\"value\">Blocks.BEDROCK</field></block></value></block></next></block></xml>"
}
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,48 @@
{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 1,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "MISC",
"recipeShapeless": true,
"recipeSlots": [
{
"value": "CUSTOM:BedrockShard"
},
{
"value": "CUSTOM:BedrockShard"
},
{
"value": "CUSTOM:BedrockShard"
},
{
"value": "CUSTOM:BedrockShard"
},
{
"value": "CUSTOM:Cheese"
},
{
"value": "CUSTOM:BedrockShard"
},
{
"value": "CUSTOM:BedrockShard"
},
{
"value": "CUSTOM:BedrockShard"
},
{
"value": "CUSTOM:BedrockShard"
}
],
"recipeReturnStack": {
"value": "Blocks.BEDROCK"
},
"name": "bedrock_recipe_3",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,63 @@
{
"_fv": 73,
"_type": "item",
"definition": {
"renderType": 0,
"texture": "bedrock_shard",
"customModelName": "Normal",
"customProperties": {},
"states": [],
"name": "Bedrock Shard",
"rarity": "EPIC",
"creativeTabs": [
{
"value": "MATERIALS"
}
],
"stackSize": 64,
"enchantability": 0,
"useDuration": 0,
"toolType": 1.0,
"damageCount": 0,
"recipeRemainder": {
"value": ""
},
"destroyAnyBlock": false,
"immuneToFire": true,
"stayInGridWhenCrafting": false,
"damageOnCrafting": false,
"enableMeleeDamage": false,
"damageVsEntity": 0.0,
"specialInformation": {
"fixedValue": []
},
"glowCondition": {
"fixedValue": false
},
"inventorySize": 9,
"inventoryStackSize": 64,
"enableRanged": false,
"shootConstantly": false,
"rangedItemChargesPower": false,
"projectile": {
"value": "CUSTOM:ShitProjectile"
},
"projectileDisableAmmoCheck": false,
"isFood": false,
"nutritionalValue": 4,
"saturation": 0.3,
"eatResultItem": {
"value": ""
},
"isMeat": false,
"isAlwaysEdible": false,
"animation": "none",
"isMusicDisc": false,
"musicDiscMusic": {
"value": ""
},
"musicDiscDescription": "",
"musicDiscLengthInTicks": 100,
"musicDiscAnalogOutput": 0
}
}

View File

@@ -0,0 +1,24 @@
{
"_fv": 73,
"_type": "achievement",
"definition": {
"achievementName": "Unobtainium",
"achievementDescription": "Obtain Bedrock Shard",
"achievementIcon": {
"value": "CUSTOM:BedrockShard"
},
"background": "Default",
"disableDisplay": false,
"showPopup": true,
"announceToChat": true,
"hideIfNotCompleted": false,
"rewardLoot": [],
"rewardRecipes": [],
"rewardXP": 0,
"achievementType": "challenge",
"parent": {
"value": "No parent: root"
},
"triggerxml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"advancement_trigger\" deletable=\"false\" x=\"40\" y=\"80\"><next><block type=\"item_in_inventory\"><value name=\"amount_l\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"amount_h\"><block type=\"math_number\"><field name=\"NUM\">64</field></block></value><value name=\"item\"><block type=\"mcitem_all\"><field name=\"value\">CUSTOM:BedrockShard</field></block></value></block></next></block></xml>"
}
}

View File

@@ -3,13 +3,13 @@
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 64,
"recipeRetstackSize": 8,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "MISC",
"recipeShapeless": false,
"recipeShapeless": true,
"recipeSlots": [
{
"value": ""
@@ -40,9 +40,9 @@
}
],
"recipeReturnStack": {
"value": "CUSTOM:Cheese"
"value": "CUSTOM:BedrockShard"
},
"name": "cheese_recipe",
"name": "bedrock_shard_recipe",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,24 @@
{
"_fv": 73,
"_type": "achievement",
"definition": {
"achievementName": "Eat The Blocks",
"achievementDescription": "Eat a block with the Block Eater",
"achievementIcon": {
"value": "CUSTOM:BlockEater"
},
"background": "Default",
"disableDisplay": false,
"showPopup": true,
"announceToChat": true,
"hideIfNotCompleted": false,
"rewardLoot": [],
"rewardRecipes": [],
"rewardXP": 0,
"achievementType": "challenge",
"parent": {
"value": "No parent: root"
},
"triggerxml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"advancement_trigger\" deletable=\"false\" x=\"40\" y=\"80\"><next><block type=\"custom_trigger\"></block></next></block></xml>"
}
}

View File

@@ -2,6 +2,6 @@
"_fv": 73,
"_type": "procedure",
"definition": {
"procedurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"event_trigger\" deletable=\"false\" x=\"376\" y=\"322\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"math_binary_ops\"><field name=\"OP\">NEQ</field><value name=\"A\"><block type=\"blockat_hardness\"><value name=\"x\"><block type=\"coord_x\"></block></value><value name=\"y\"><block type=\"coord_y\"></block></value><value name=\"z\"><block type=\"coord_z\"></block></value></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">-1</field></block></value></block></value><statement name=\"DO0\"><block type=\"block_remove\"><value name=\"x\"><block type=\"coord_x\"></block></value><value name=\"y\"><block type=\"coord_y\"></block></value><value name=\"z\"><block type=\"coord_z\"></block></value><next><block type=\"entity_set_foodlevel\"><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><value name=\"foodlevel\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"entity_foodlevel\"><value name=\"entity\"><block type=\"entity_from_deps\"></block></value></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">4</field></block></value></block></value><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"math_binary_ops\"><field name=\"OP\">GTE</field><value name=\"A\"><block type=\"entity_foodlevel\"><value name=\"entity\"><block type=\"entity_from_deps\"></block></value></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">20</field></block></value></block></value><statement name=\"DO0\"><block type=\"entity_set_saturation\"><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><value name=\"amount\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"entity_get_saturation\"><value name=\"entity\"><block type=\"entity_from_deps\"></block></value></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">2</field></block></value></block></value></block></statement><next><block type=\"play_sound\"><field name=\"sound\">entity.generic.eat</field><field name=\"soundcategory\">player</field><value name=\"x\"><block type=\"coord_x\"></block></value><value name=\"y\"><block type=\"coord_y\"></block></value><value name=\"z\"><block type=\"coord_z\"></block></value><value name=\"level\"><block type=\"math_number\"><field name=\"NUM\">0.5</field></block></value><value name=\"pitch\"><block type=\"math_number\"><field name=\"NUM\">0.84</field></block></value><next><block type=\"spawn_particle_multi\"><field name=\"particle\">END_ROD</field><value name=\"count\"><block type=\"math_number\"><field name=\"NUM\">4</field></block></value><value name=\"x\"><block type=\"coord_x\"></block></value><value name=\"y\"><block type=\"coord_y\"></block></value><value name=\"z\"><block type=\"coord_z\"></block></value><value name=\"dx\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"dy\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"dz\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"speed\"><block type=\"math_number\"><field name=\"NUM\">0.4</field></block></value><next><block type=\"item_cooldown_for\"><value name=\"item\"><block type=\"itemstack_to_mcitem\"></block></value><value name=\"ticks\"><block type=\"math_number\"><field name=\"NUM\">600</field></block></value><value name=\"entity\"><block type=\"entity_from_deps\"></block></value></block></next></block></next></block></next></block></next></block></next></block></statement></block></next></block></xml>"
"procedurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"event_trigger\" deletable=\"false\" x=\"376\" y=\"322\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"math_binary_ops\"><field name=\"OP\">NEQ</field><value name=\"A\"><block type=\"blockat_hardness\"><value name=\"x\"><block type=\"coord_x\"></block></value><value name=\"y\"><block type=\"coord_y\"></block></value><value name=\"z\"><block type=\"coord_z\"></block></value></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">-1</field></block></value></block></value><statement name=\"DO0\"><block type=\"block_remove\"><value name=\"x\"><block type=\"coord_x\"></block></value><value name=\"y\"><block type=\"coord_y\"></block></value><value name=\"z\"><block type=\"coord_z\"></block></value><next><block type=\"entity_set_foodlevel\"><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><value name=\"foodlevel\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"entity_foodlevel\"><value name=\"entity\"><block type=\"entity_from_deps\"></block></value></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">4</field></block></value></block></value><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"math_binary_ops\"><field name=\"OP\">GTE</field><value name=\"A\"><block type=\"entity_foodlevel\"><value name=\"entity\"><block type=\"entity_from_deps\"></block></value></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">20</field></block></value></block></value><statement name=\"DO0\"><block type=\"entity_set_saturation\"><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><value name=\"amount\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"entity_get_saturation\"><value name=\"entity\"><block type=\"entity_from_deps\"></block></value></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">2</field></block></value></block></value></block></statement><next><block type=\"play_sound\"><field name=\"sound\">entity.generic.eat</field><field name=\"soundcategory\">player</field><value name=\"x\"><block type=\"coord_x\"></block></value><value name=\"y\"><block type=\"coord_y\"></block></value><value name=\"z\"><block type=\"coord_z\"></block></value><value name=\"level\"><block type=\"math_number\"><field name=\"NUM\">0.5</field></block></value><value name=\"pitch\"><block type=\"math_number\"><field name=\"NUM\">0.84</field></block></value><next><block type=\"spawn_particle_multi\"><field name=\"particle\">END_ROD</field><value name=\"count\"><block type=\"math_number\"><field name=\"NUM\">4</field></block></value><value name=\"x\"><block type=\"coord_x\"></block></value><value name=\"y\"><block type=\"coord_y\"></block></value><value name=\"z\"><block type=\"coord_z\"></block></value><value name=\"dx\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"dy\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"dz\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"speed\"><block type=\"math_number\"><field name=\"NUM\">0.4</field></block></value><next><block type=\"item_cooldown_for\"><value name=\"item\"><block type=\"itemstack_to_mcitem\"></block></value><value name=\"ticks\"><block type=\"math_number\"><field name=\"NUM\">600</field></block></value><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"logic_negate\"><value name=\"BOOL\"><block type=\"entity_has_achievement\"><field name=\"achievement\">CUSTOM:BlockEaterAdvancement</field><value name=\"entity\"><block type=\"entity_from_deps\"></block></value></block></value></block></value><statement name=\"DO0\"><block type=\"entity_add_achievement\"><field name=\"achievement\">CUSTOM:BlockEaterAdvancement</field><value name=\"entity\"><block type=\"entity_from_deps\"></block></value></block></statement></block></next></block></next></block></next></block></next></block></next></block></next></block></statement></block></next></block></xml>"
}
}

View File

@@ -0,0 +1,24 @@
{
"_fv": 73,
"_type": "achievement",
"definition": {
"achievementName": "Rackin' Em Up!",
"achievementDescription": "Condense Netherrack for the first time",
"achievementIcon": {
"value": "CUSTOM:CondensedNetherrack"
},
"background": "Default",
"disableDisplay": false,
"showPopup": true,
"announceToChat": true,
"hideIfNotCompleted": false,
"rewardLoot": [],
"rewardRecipes": [],
"rewardXP": 0,
"achievementType": "task",
"parent": {
"value": "No parent: root"
},
"triggerxml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"advancement_trigger\" deletable=\"false\" x=\"40\" y=\"80\"><next><block type=\"item_in_inventory\"><value name=\"amount_l\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"amount_h\"><block type=\"math_number\"><field name=\"NUM\">64</field></block></value><value name=\"item\"><block type=\"mcitem_all\"><field name=\"value\">CUSTOM:CondensedNetherrack</field></block></value></block></next></block></xml>"
}
}

View File

@@ -0,0 +1,24 @@
{
"_fv": 73,
"_type": "achievement",
"definition": {
"achievementName": "We Must Dig!",
"achievementDescription": "Obtain Gravedigger",
"achievementIcon": {
"value": "CUSTOM:Gravedigger"
},
"background": "Default",
"disableDisplay": false,
"showPopup": true,
"announceToChat": true,
"hideIfNotCompleted": false,
"rewardLoot": [],
"rewardRecipes": [],
"rewardXP": 0,
"achievementType": "challenge",
"parent": {
"value": "No parent: root"
},
"triggerxml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"advancement_trigger\" deletable=\"false\" x=\"40\" y=\"80\"><next><block type=\"item_in_inventory\"><value name=\"amount_l\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"amount_h\"><block type=\"math_number\"><field name=\"NUM\">64</field></block></value><value name=\"item\"><block type=\"mcitem_all\"><field name=\"value\">CUSTOM:Gravedigger</field></block></value></block></next></block></xml>"
}
}

View File

@@ -0,0 +1,24 @@
{
"_fv": 73,
"_type": "achievement",
"definition": {
"achievementName": "Core of a Spawner",
"achievementDescription": "Obtain a Magic Egg",
"achievementIcon": {
"value": "CUSTOM:MagicEgg"
},
"background": "Default",
"disableDisplay": false,
"showPopup": true,
"announceToChat": true,
"hideIfNotCompleted": false,
"rewardLoot": [],
"rewardRecipes": [],
"rewardXP": 0,
"achievementType": "task",
"parent": {
"value": "No parent: root"
},
"triggerxml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"advancement_trigger\" deletable=\"false\" x=\"40\" y=\"80\"><next><block type=\"item_in_inventory\"><value name=\"amount_l\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"amount_h\"><block type=\"math_number\"><field name=\"NUM\">64</field></block></value><value name=\"item\"><block type=\"mcitem_all\"><field name=\"value\">CUSTOM:MagicEgg</field></block></value></block></next></block></xml>"
}
}

View File

@@ -0,0 +1,24 @@
{
"_fv": 73,
"_type": "achievement",
"definition": {
"achievementName": "Smells Kinda Funny",
"achievementDescription": "Obtain Netherrack Juice",
"achievementIcon": {
"value": "CUSTOM:NetherrackJuice.bucket"
},
"background": "Default",
"disableDisplay": false,
"showPopup": true,
"announceToChat": true,
"hideIfNotCompleted": false,
"rewardLoot": [],
"rewardRecipes": [],
"rewardXP": 0,
"achievementType": "challenge",
"parent": {
"value": "CUSTOM:CondensedNetherrackAdvancement"
},
"triggerxml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"advancement_trigger\" deletable=\"false\" x=\"40\" y=\"80\"><next><block type=\"item_in_inventory\"><value name=\"amount_l\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"amount_h\"><block type=\"math_number\"><field name=\"NUM\">64</field></block></value><value name=\"item\"><block type=\"mcitem_all\"><field name=\"value\">CUSTOM:NetherrackJuice.bucket</field></block></value></block></next></block></xml>"
}
}

View File

@@ -0,0 +1,48 @@
{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 2,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.DYE#1"
},
{
"value": "Blocks.COBBLESTONE"
},
{
"value": ""
},
{
"value": "Blocks.COBBLESTONE"
},
{
"value": "Items.DYE#1"
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
}
],
"recipeReturnStack": {
"value": "Blocks.NETHERRACK"
},
"name": "netherrack_recipe_2",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,63 @@
{
"_fv": 73,
"_type": "item",
"definition": {
"renderType": 0,
"texture": "orichalcum_gem",
"customModelName": "Normal",
"customProperties": {},
"states": [],
"name": "Orichalcum",
"rarity": "COMMON",
"creativeTabs": [
{
"value": "MATERIALS"
}
],
"stackSize": 64,
"enchantability": 0,
"useDuration": 0,
"toolType": 1.0,
"damageCount": 0,
"recipeRemainder": {
"value": ""
},
"destroyAnyBlock": false,
"immuneToFire": true,
"stayInGridWhenCrafting": false,
"damageOnCrafting": false,
"enableMeleeDamage": false,
"damageVsEntity": 0.0,
"specialInformation": {
"fixedValue": []
},
"glowCondition": {
"fixedValue": false
},
"inventorySize": 9,
"inventoryStackSize": 64,
"enableRanged": false,
"shootConstantly": false,
"rangedItemChargesPower": false,
"projectile": {
"value": "CUSTOM:ShitProjectile"
},
"projectileDisableAmmoCheck": false,
"isFood": false,
"nutritionalValue": 4,
"saturation": 0.3,
"eatResultItem": {
"value": ""
},
"isMeat": false,
"isAlwaysEdible": false,
"animation": "none",
"isMusicDisc": false,
"musicDiscMusic": {
"value": ""
},
"musicDiscDescription": "",
"musicDiscLengthInTicks": 100,
"musicDiscAnalogOutput": 0
}
}

View File

@@ -0,0 +1,24 @@
{
"_fv": 73,
"_type": "achievement",
"definition": {
"achievementName": "Folly Red Cum",
"achievementDescription": "Obtain Orichalcum",
"achievementIcon": {
"value": "CUSTOM:Orichalcum"
},
"background": "Default",
"disableDisplay": false,
"showPopup": true,
"announceToChat": true,
"hideIfNotCompleted": false,
"rewardLoot": [],
"rewardRecipes": [],
"rewardXP": 0,
"achievementType": "goal",
"parent": {
"value": "No parent: root"
},
"triggerxml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"advancement_trigger\" deletable=\"false\" x=\"68\" y=\"95\"><next><block type=\"item_in_inventory\"><value name=\"amount_l\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"amount_h\"><block type=\"math_number\"><field name=\"NUM\">64</field></block></value><value name=\"item\"><block type=\"mcitem_all\"><field name=\"value\">CUSTOM:Orichalcum</field></block></value></block></next></block></xml>"
}
}

View File

@@ -0,0 +1,107 @@
{
"_fv": 73,
"_type": "armor",
"definition": {
"enableHelmet": true,
"textureHelmet": "orichalcum_head",
"enableBody": true,
"textureBody": "orichalcum_body",
"enableLeggings": true,
"textureLeggings": "orichalcum_leggings",
"enableBoots": true,
"textureBoots": "orichalcum_boots",
"onBootsTick": {
"name": "OrichalcumArmorBootsTickEvent"
},
"creativeTabs": [
{
"value": "COMBAT"
}
],
"armorTextureFile": "orichalcum",
"helmetName": "Orichalcum Helmet",
"bodyName": "Orichalcum Chestplate",
"leggingsName": "Orichalcum Leggings",
"bootsName": "Orichalcum Boots",
"helmetSpecialInformation": {
"fixedValue": []
},
"bodySpecialInformation": {
"fixedValue": []
},
"leggingsSpecialInformation": {
"fixedValue": []
},
"bootsSpecialInformation": {
"fixedValue": []
},
"helmetModelName": "Default",
"helmetModelPart": "Helmet",
"helmetModelTexture": "From armor",
"bodyModelName": "Default",
"bodyModelPart": "Body",
"armsModelPartL": "Arms L",
"armsModelPartR": "Arms R",
"bodyModelTexture": "From armor",
"leggingsModelName": "Default",
"leggingsModelPartL": "Leggings L",
"leggingsModelPartR": "Leggings R",
"leggingsModelTexture": "From armor",
"bootsModelName": "Default",
"bootsModelPartL": "Boots L",
"bootsModelPartR": "Boots R",
"bootsModelTexture": "From armor",
"helmetItemRenderType": 0,
"helmetItemCustomModelName": "Normal",
"bodyItemRenderType": 0,
"bodyItemCustomModelName": "Normal",
"leggingsItemRenderType": 0,
"leggingsItemCustomModelName": "Normal",
"bootsItemRenderType": 0,
"bootsItemCustomModelName": "Normal",
"helmetImmuneToFire": false,
"bodyImmuneToFire": false,
"leggingsImmuneToFire": false,
"bootsImmuneToFire": false,
"helmetGlowCondition": {
"fixedValue": false
},
"bodyGlowCondition": {
"fixedValue": false
},
"leggingsGlowCondition": {
"fixedValue": false
},
"bootsGlowCondition": {
"fixedValue": false
},
"helmetPiglinNeutral": {
"fixedValue": false
},
"bodyPiglinNeutral": {
"fixedValue": false
},
"leggingsPiglinNeutral": {
"fixedValue": false
},
"bootsPiglinNeutral": {
"fixedValue": false
},
"maxDamage": 39,
"damageValueHelmet": 3,
"damageValueBody": 9,
"damageValueLeggings": 6,
"damageValueBoots": 3,
"enchantability": 25,
"toughness": 3.0,
"knockbackResistance": 0.1,
"equipSound": {
"value": ""
},
"repairItems": [
{
"value": "CUSTOM:Orichalcum"
}
]
}
}

View File

@@ -0,0 +1,48 @@
{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 1,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "EQUIPMENT",
"recipeShapeless": false,
"recipeSlots": [
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": ""
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": ""
},
{
"value": "CUSTOM:Orichalcum"
}
],
"recipeReturnStack": {
"value": "CUSTOM:OrichalcumArmor.boots"
},
"name": "orichalcum_armor_boots_recipe",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,7 @@
{
"_fv": 73,
"_type": "procedure",
"definition": {
"procedurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"event_trigger\" deletable=\"false\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"logic_binary_ops\" inline=\"false\"><field name=\"OP\">AND</field><value name=\"A\"><block type=\"compare_mcitems\"><value name=\"a\"><block type=\"entity_get_armor_slot_item\"><value name=\"slotid\"><block type=\"math_number\"><field name=\"NUM\">3</field></block></value><value name=\"entity\"><block type=\"entity_from_deps\"></block></value></block></value><value name=\"b\"><block type=\"mcitem_all\"><field name=\"value\">CUSTOM:OrichalcumArmor.helmet</field></block></value></block></value><value name=\"B\"><block type=\"logic_binary_ops\" inline=\"false\"><field name=\"OP\">AND</field><value name=\"A\"><block type=\"compare_mcitems\"><value name=\"a\"><block type=\"entity_get_armor_slot_item\"><value name=\"slotid\"><block type=\"math_number\"><field name=\"NUM\">2</field></block></value><value name=\"entity\"><block type=\"entity_from_deps\"></block></value></block></value><value name=\"b\"><block type=\"mcitem_all\"><field name=\"value\">CUSTOM:OrichalcumArmor.body</field></block></value></block></value><value name=\"B\"><block type=\"compare_mcitems\"><value name=\"a\"><block type=\"entity_get_armor_slot_item\"><value name=\"slotid\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"entity\"><block type=\"entity_from_deps\"></block></value></block></value><value name=\"b\"><block type=\"mcitem_all\"><field name=\"value\">CUSTOM:OrichalcumArmor.legs</field></block></value></block></value></block></value></block></value><statement name=\"DO0\"><block type=\"controls_if\"><value name=\"IF0\"><block type=\"logic_binary_ops\" inline=\"false\"><field name=\"OP\">AND</field><value name=\"A\"><block type=\"logic_entity_compare\"><field name=\"entity\">EntityPlayer</field><value name=\"compareTo\"><block type=\"entity_from_deps\"></block></value></block></value><value name=\"B\"><block type=\"logic_negate\"><value name=\"BOOL\"><block type=\"entity_has_achievement\"><field name=\"achievement\">CUSTOM:OrichalcumSetAdvancement</field><value name=\"entity\"><block type=\"entity_from_deps\"></block></value></block></value></block></value></block></value><statement name=\"DO0\"><block type=\"entity_add_achievement\"><field name=\"achievement\">CUSTOM:OrichalcumSetAdvancement</field><value name=\"entity\"><block type=\"entity_from_deps\"></block></value></block></statement><next><block type=\"entity_add_potion_advanced\"><field name=\"potion\">SPEED</field><value name=\"level\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"duration\"><block type=\"math_number\"><field name=\"NUM\">60</field></block></value><value name=\"ambient\"><block type=\"logic_boolean\"><field name=\"BOOL\">FALSE</field></block></value><value name=\"particles\"><block type=\"logic_boolean\"><field name=\"BOOL\">FALSE</field></block></value><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><next><block type=\"entity_add_potion_advanced\"><field name=\"potion\">JUMP_BOOST</field><value name=\"level\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"duration\"><block type=\"math_number\"><field name=\"NUM\">60</field></block></value><value name=\"ambient\"><block type=\"logic_boolean\"><field name=\"BOOL\">FALSE</field></block></value><value name=\"particles\"><block type=\"logic_boolean\"><field name=\"BOOL\">FALSE</field></block></value><value name=\"entity\"><block type=\"entity_from_deps\"></block></value></block></next></block></next></block></statement></block></next></block></xml>"
}
}

View File

@@ -0,0 +1,48 @@
{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 1,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "EQUIPMENT",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "CUSTOM:Orichalcum"
},
{
"value": ""
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
}
],
"recipeReturnStack": {
"value": "CUSTOM:OrichalcumArmor.body"
},
"name": "orichalcum_armor_chestplate_recipe",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,48 @@
{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 1,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "EQUIPMENT",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": ""
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
}
],
"recipeReturnStack": {
"value": "CUSTOM:OrichalcumArmor.helmet"
},
"name": "orichalcum_armor_helmet_recipe",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,48 @@
{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 1,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "EQUIPMENT",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": ""
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": ""
},
{
"value": "CUSTOM:Orichalcum"
}
],
"recipeReturnStack": {
"value": "CUSTOM:OrichalcumArmor.legs"
},
"name": "orichalcum_armor_leggings_recipe",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,39 @@
{
"_fv": 73,
"_type": "tool",
"definition": {
"toolType": "Axe",
"renderType": 0,
"blockingRenderType": 0,
"texture": "orichalcum_axe",
"customModelName": "Normal",
"blockingModelName": "Normal blocking",
"name": "Orichalcum Axe",
"specialInformation": {
"fixedValue": []
},
"creativeTabs": [
{
"value": "TOOLS"
}
],
"efficiency": 12.0,
"attackSpeed": 1.0,
"enchantability": 22,
"damageVsEntity": 13.0,
"usageCount": 2032,
"glowCondition": {
"fixedValue": false
},
"repairItems": [
{
"value": "CUSTOM:Orichalcum"
}
],
"immuneToFire": true,
"blockDropsTier": "DIAMOND",
"blocksAffected": [],
"stayInGridWhenCrafting": false,
"damageOnCrafting": false
}
}

View File

@@ -0,0 +1,48 @@
{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 1,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "EQUIPMENT",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": ""
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "Items.STICK"
},
{
"value": ""
},
{
"value": ""
},
{
"value": "Items.STICK"
},
{
"value": ""
}
],
"recipeReturnStack": {
"value": "CUSTOM:OrichalcumAxe"
},
"name": "orichalcum_axe_recipe",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,137 @@
{
"_fv": 73,
"_type": "block",
"definition": {
"texture": "orichalcum_ore_block",
"textureTop": "",
"textureLeft": "",
"textureFront": "",
"textureRight": "",
"textureBack": "",
"renderType": 11,
"customModelName": "Single texture",
"rotationMode": 0,
"enablePitch": false,
"emissiveRendering": false,
"displayFluidOverlay": false,
"itemTexture": "",
"particleTexture": "",
"tintType": "No tint",
"isItemTinted": false,
"hasTransparency": false,
"connectedSides": false,
"transparencyType": "SOLID",
"disableOffset": false,
"boundingBoxes": [
{
"mx": 0.0,
"my": 0.0,
"mz": 0.0,
"Mx": 16.0,
"My": 16.0,
"Mz": 16.0,
"subtract": false
}
],
"customProperties": [],
"name": "Block of Orichalcum",
"specialInformation": {
"fixedValue": []
},
"hardness": 5.0,
"resistance": 10.0,
"hasGravity": false,
"isWaterloggable": false,
"creativeTabs": [
{
"value": "BUILDING_BLOCKS"
}
],
"destroyTool": "pickaxe",
"customDrop": {
"value": ""
},
"dropAmount": 1,
"useLootTableForDrops": false,
"requiresCorrectTool": true,
"enchantPowerBonus": 0.0,
"plantsGrowOn": false,
"canRedstoneConnect": false,
"lightOpacity": 15,
"material": {
"value": "IRON"
},
"tickRate": 0,
"tickRandomly": false,
"isReplaceable": false,
"canProvidePower": false,
"emittedRedstonePower": {
"fixedValue": 15.0
},
"colorOnMap": "DEFAULT",
"creativePickItem": {
"value": ""
},
"offsetType": "NONE",
"aiPathNodeType": "DEFAULT",
"flammability": 0,
"fireSpreadSpeed": 0,
"isLadder": false,
"slipperiness": 0.6,
"speedFactor": 1.0,
"jumpFactor": 1.0,
"reactionToPushing": "NORMAL",
"isNotColidable": false,
"isCustomSoundType": false,
"soundOnStep": {
"value": "METAL"
},
"breakSound": {
"value": ""
},
"fallSound": {
"value": ""
},
"hitSound": {
"value": ""
},
"placeSound": {
"value": ""
},
"stepSound": {
"value": ""
},
"luminance": 0,
"unbreakable": false,
"vanillaToolTier": "DIAMOND",
"isBonemealable": false,
"hasInventory": false,
"openGUIOnRightClick": false,
"inventorySize": 9,
"inventoryStackSize": 64,
"inventoryDropWhenDestroyed": true,
"inventoryComparatorPower": true,
"inventoryOutSlotIDs": [],
"inventoryInSlotIDs": [],
"hasEnergyStorage": false,
"energyInitial": 0,
"energyCapacity": 400000,
"energyMaxReceive": 200,
"energyMaxExtract": 200,
"isFluidTank": false,
"fluidCapacity": 8000,
"fluidRestrictions": [],
"generateFeature": false,
"restrictionBiomes": [],
"blocksToReplace": [
{
"value": "TAG:stone_ore_replaceables"
}
],
"generationShape": "UNIFORM",
"frequencyPerChunks": 10,
"frequencyOnChunk": 16,
"minGenerateHeight": 0,
"maxGenerateHeight": 64
}
}

View File

@@ -0,0 +1,48 @@
{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 9,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "MISC",
"recipeShapeless": true,
"recipeSlots": [
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": "CUSTOM:OrichalcumBlock"
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
}
],
"recipeReturnStack": {
"value": "CUSTOM:Orichalcum"
},
"name": "orichalcum_block_ore_recipe",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,14 @@
{
"_fv": 73,
"_type": "feature",
"definition": {
"skipPlacement": false,
"generationStep": "UNDERGROUND_ORES",
"restrictionBiomes": [
{
"value": "#minecraft:is_overworld"
}
],
"featurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"feature_container\" deletable=\"false\" x=\"40\" y=\"40\"><value name=\"feature\"><block type=\"feature_scattered_ore\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"1\"></mutation><field name=\"size\">3</field><field name=\"discardOnAirChance\">0</field><value name=\"target0\"><block type=\"ore_target\"><value name=\"target\"><block type=\"rule_test_tag_match\"><field name=\"tag\">stone_ore_replaceables</field></block></value><value name=\"state\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">CUSTOM:OrichalcumOre</field></block></value></block></value></block></value><next><block type=\"placement_height_uniform\"><value name=\"min\"><block type=\"vertical_anchor_absolute\"><field name=\"value\">-6</field></block></value><value name=\"max\"><block type=\"vertical_anchor_absolute\"><field name=\"value\">6</field></block></value></block></next></block></xml>"
}
}

View File

@@ -0,0 +1,39 @@
{
"_fv": 73,
"_type": "tool",
"definition": {
"toolType": "Hoe",
"renderType": 0,
"blockingRenderType": 0,
"texture": "orichalcum_hoe",
"customModelName": "Normal",
"blockingModelName": "Normal blocking",
"name": "Orichalcum Hoe",
"specialInformation": {
"fixedValue": []
},
"creativeTabs": [
{
"value": "TOOLS"
}
],
"efficiency": 12.0,
"attackSpeed": 4.0,
"enchantability": 22,
"damageVsEntity": 1.0,
"usageCount": 2032,
"glowCondition": {
"fixedValue": false
},
"repairItems": [
{
"value": "CUSTOM:Orichalcum"
}
],
"immuneToFire": true,
"blockDropsTier": "DIAMOND",
"blocksAffected": [],
"stayInGridWhenCrafting": false,
"damageOnCrafting": false
}
}

View File

@@ -0,0 +1,48 @@
{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 1,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "EQUIPMENT",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": ""
},
{
"value": ""
},
{
"value": "Items.STICK"
},
{
"value": ""
},
{
"value": ""
},
{
"value": "Items.STICK"
},
{
"value": ""
}
],
"recipeReturnStack": {
"value": "CUSTOM:OrichalcumHoe"
},
"name": "orichalcum_hoe_recipe",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,141 @@
{
"_fv": 73,
"_type": "block",
"definition": {
"texture": "orichalcum_ore",
"textureTop": "",
"textureLeft": "",
"textureFront": "",
"textureRight": "",
"textureBack": "",
"renderType": 11,
"customModelName": "Single texture",
"rotationMode": 0,
"enablePitch": false,
"emissiveRendering": false,
"displayFluidOverlay": false,
"itemTexture": "",
"particleTexture": "",
"tintType": "No tint",
"isItemTinted": false,
"hasTransparency": false,
"connectedSides": false,
"transparencyType": "SOLID",
"disableOffset": false,
"boundingBoxes": [
{
"mx": 0.0,
"my": 0.0,
"mz": 0.0,
"Mx": 16.0,
"My": 16.0,
"Mz": 16.0,
"subtract": false
}
],
"customProperties": [],
"name": "Orichalcum Ore",
"specialInformation": {
"fixedValue": []
},
"hardness": 12.0,
"resistance": 15.157165665103982,
"hasGravity": false,
"isWaterloggable": false,
"creativeTabs": [
{
"value": "BUILDING_BLOCKS"
}
],
"destroyTool": "pickaxe",
"customDrop": {
"value": "CUSTOM:Orichalcum"
},
"dropAmount": 1,
"useLootTableForDrops": false,
"requiresCorrectTool": true,
"enchantPowerBonus": 0.0,
"plantsGrowOn": false,
"canRedstoneConnect": false,
"lightOpacity": 15,
"material": {
"value": "ROCK"
},
"tickRate": 0,
"tickRandomly": false,
"isReplaceable": false,
"canProvidePower": false,
"emittedRedstonePower": {
"fixedValue": 15.0
},
"colorOnMap": "DEFAULT",
"creativePickItem": {
"value": ""
},
"offsetType": "NONE",
"aiPathNodeType": "DEFAULT",
"flammability": 0,
"fireSpreadSpeed": 0,
"isLadder": false,
"slipperiness": 0.6,
"speedFactor": 1.0,
"jumpFactor": 1.0,
"reactionToPushing": "NORMAL",
"isNotColidable": false,
"isCustomSoundType": false,
"soundOnStep": {
"value": "STONE"
},
"breakSound": {
"value": ""
},
"fallSound": {
"value": ""
},
"hitSound": {
"value": ""
},
"placeSound": {
"value": ""
},
"stepSound": {
"value": ""
},
"luminance": 0,
"unbreakable": false,
"vanillaToolTier": "DIAMOND",
"isBonemealable": false,
"hasInventory": false,
"openGUIOnRightClick": false,
"inventorySize": 9,
"inventoryStackSize": 64,
"inventoryDropWhenDestroyed": true,
"inventoryComparatorPower": true,
"inventoryOutSlotIDs": [],
"inventoryInSlotIDs": [],
"hasEnergyStorage": false,
"energyInitial": 0,
"energyCapacity": 400000,
"energyMaxReceive": 200,
"energyMaxExtract": 200,
"isFluidTank": false,
"fluidCapacity": 8000,
"fluidRestrictions": [],
"generateFeature": true,
"restrictionBiomes": [
{
"value": "#is_overworld"
}
],
"blocksToReplace": [
{
"value": "Blocks.STONE"
}
],
"generationShape": "UNIFORM",
"frequencyPerChunks": 3,
"frequencyOnChunk": 2,
"minGenerateHeight": -6,
"maxGenerateHeight": 6
}
}

View File

@@ -0,0 +1,48 @@
{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 1,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "BUILDING",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
}
],
"recipeReturnStack": {
"value": "CUSTOM:OrichalcumBlock"
},
"name": "orichalcum_ore_block_recipe",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,54 @@
{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Smelting",
"recipeRetstackSize": 1,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 2.8,
"cookingTime": 200,
"craftingBookCategory": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
}
],
"recipeReturnStack": {
"value": ""
},
"smeltingInputStack": {
"value": "CUSTOM:OrichalcumOre"
},
"smeltingReturnStack": {
"value": "CUSTOM:Orichalcum"
},
"name": "orichalcum_ore_smelting",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,39 @@
{
"_fv": 73,
"_type": "tool",
"definition": {
"toolType": "Pickaxe",
"renderType": 0,
"blockingRenderType": 0,
"texture": "orichalcum_pickaxe",
"customModelName": "Normal",
"blockingModelName": "Normal blocking",
"name": "Orichalcum Pickaxe",
"specialInformation": {
"fixedValue": []
},
"creativeTabs": [
{
"value": "TOOLS"
}
],
"efficiency": 12.0,
"attackSpeed": 1.2,
"enchantability": 22,
"damageVsEntity": 9.0,
"usageCount": 2032,
"glowCondition": {
"fixedValue": false
},
"repairItems": [
{
"value": "CUSTOM:Orichalcum"
}
],
"immuneToFire": true,
"blockDropsTier": "DIAMOND",
"blocksAffected": [],
"stayInGridWhenCrafting": false,
"damageOnCrafting": false
}
}

View File

@@ -0,0 +1,48 @@
{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 1,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "EQUIPMENT",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": ""
},
{
"value": "Items.STICK"
},
{
"value": ""
},
{
"value": ""
},
{
"value": "Items.STICK"
},
{
"value": ""
}
],
"recipeReturnStack": {
"value": "CUSTOM:OrichalcumPickaxe"
},
"name": "orichalcum_pickaxe_recipe",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,24 @@
{
"_fv": 73,
"_type": "achievement",
"definition": {
"achievementName": "Cover Me In Orc Cum",
"achievementDescription": "Wear a full armor set of Orichalcum.",
"achievementIcon": {
"value": "CUSTOM:OrichalcumArmor.body"
},
"background": "Default",
"disableDisplay": false,
"showPopup": true,
"announceToChat": true,
"hideIfNotCompleted": false,
"rewardLoot": [],
"rewardRecipes": [],
"rewardXP": 0,
"achievementType": "challenge",
"parent": {
"value": "CUSTOM:OrichalcumAdvancement"
},
"triggerxml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"advancement_trigger\" deletable=\"false\" x=\"40\" y=\"80\"><next><block type=\"custom_trigger\"></block></next></block></xml>"
}
}

View File

@@ -0,0 +1,39 @@
{
"_fv": 73,
"_type": "tool",
"definition": {
"toolType": "Spade",
"renderType": 0,
"blockingRenderType": 0,
"texture": "orichalcum_shovel",
"customModelName": "Normal",
"blockingModelName": "Normal blocking",
"name": "Orichalcum Shovel",
"specialInformation": {
"fixedValue": []
},
"creativeTabs": [
{
"value": "TOOLS"
}
],
"efficiency": 12.0,
"attackSpeed": 1.0,
"enchantability": 22,
"damageVsEntity": 4.0,
"usageCount": 2032,
"glowCondition": {
"fixedValue": false
},
"repairItems": [
{
"value": "CUSTOM:Orichalcum"
}
],
"immuneToFire": true,
"blockDropsTier": "DIAMOND",
"blocksAffected": [],
"stayInGridWhenCrafting": false,
"damageOnCrafting": false
}
}

View File

@@ -0,0 +1,48 @@
{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 1,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "EQUIPMENT",
"recipeShapeless": false,
"recipeSlots": [
{
"value": ""
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": ""
},
{
"value": ""
},
{
"value": "Items.STICK"
},
{
"value": ""
},
{
"value": ""
},
{
"value": "Items.STICK"
},
{
"value": ""
}
],
"recipeReturnStack": {
"value": "CUSTOM:OrichalcumShovel"
},
"name": "orichalcum_shovel_recipe",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,39 @@
{
"_fv": 73,
"_type": "tool",
"definition": {
"toolType": "Sword",
"renderType": 0,
"blockingRenderType": 0,
"texture": "orichalcum_sword",
"customModelName": "Normal",
"blockingModelName": "Normal blocking",
"name": "Orichalcum Sword",
"specialInformation": {
"fixedValue": []
},
"creativeTabs": [
{
"value": "COMBAT"
}
],
"efficiency": 12.0,
"attackSpeed": 1.6,
"enchantability": 22,
"damageVsEntity": 9.0,
"usageCount": 2032,
"glowCondition": {
"fixedValue": false
},
"repairItems": [
{
"value": "CUSTOM:Orichalcum"
}
],
"immuneToFire": true,
"blockDropsTier": "DIAMOND",
"blocksAffected": [],
"stayInGridWhenCrafting": false,
"damageOnCrafting": false
}
}

View File

@@ -0,0 +1,48 @@
{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 1,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "EQUIPMENT",
"recipeShapeless": false,
"recipeSlots": [
{
"value": ""
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": ""
},
{
"value": ""
},
{
"value": "CUSTOM:Orichalcum"
},
{
"value": ""
},
{
"value": ""
},
{
"value": "Items.STICK"
},
{
"value": ""
}
],
"recipeReturnStack": {
"value": "CUSTOM:OrichalcumSword"
},
"name": "orichalcum_sword_recipe",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,24 @@
{
"_fv": 73,
"_type": "achievement",
"definition": {
"achievementName": "Oh Shit!",
"achievementDescription": "Shit",
"achievementIcon": {
"value": "CUSTOM:Shit"
},
"background": "Default",
"disableDisplay": false,
"showPopup": true,
"announceToChat": true,
"hideIfNotCompleted": false,
"rewardLoot": [],
"rewardRecipes": [],
"rewardXP": 0,
"achievementType": "challenge",
"parent": {
"value": "No parent: root"
},
"triggerxml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"advancement_trigger\" deletable=\"false\" x=\"40\" y=\"80\"><next><block type=\"item_in_inventory\"><value name=\"amount_l\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"amount_h\"><block type=\"math_number\"><field name=\"NUM\">64</field></block></value><value name=\"item\"><block type=\"mcitem_all\"><field name=\"value\">CUSTOM:Shit</field></block></value></block></next></block></xml>"
}
}

View File

@@ -0,0 +1,24 @@
{
"_fv": 73,
"_type": "achievement",
"definition": {
"achievementName": "It's spawnin' time!",
"achievementDescription": "Obtain a Mob Spawner",
"achievementIcon": {
"value": "Blocks.MOB_SPAWNER"
},
"background": "Default",
"disableDisplay": false,
"showPopup": true,
"announceToChat": true,
"hideIfNotCompleted": false,
"rewardLoot": [],
"rewardRecipes": [],
"rewardXP": 0,
"achievementType": "task",
"parent": {
"value": "No parent: root"
},
"triggerxml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"advancement_trigger\" deletable=\"false\" x=\"40\" y=\"80\"><next><block type=\"item_in_inventory\"><value name=\"amount_l\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"amount_h\"><block type=\"math_number\"><field name=\"NUM\">64</field></block></value><value name=\"item\"><block type=\"mcitem_all\"><field name=\"value\">Blocks.MOB_SPAWNER</field></block></value></block></next></block></xml>"
}
}

View File

@@ -0,0 +1,24 @@
{
"_fv": 73,
"_type": "achievement",
"definition": {
"achievementName": "A Star Meant To Be",
"achievementDescription": "Obtain a Star",
"achievementIcon": {
"value": "CUSTOM:Star"
},
"background": "Default",
"disableDisplay": false,
"showPopup": true,
"announceToChat": true,
"hideIfNotCompleted": false,
"rewardLoot": [],
"rewardRecipes": [],
"rewardXP": 0,
"achievementType": "challenge",
"parent": {
"value": "No parent: root"
},
"triggerxml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"advancement_trigger\" deletable=\"false\" x=\"63\" y=\"96\"><next><block type=\"item_in_inventory\"><value name=\"amount_l\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"amount_h\"><block type=\"math_number\"><field name=\"NUM\">64</field></block></value><value name=\"item\"><block type=\"mcitem_all\"><field name=\"value\">CUSTOM:Star</field></block></value></block></next></block></xml>"
}
}

View File

@@ -0,0 +1,24 @@
{
"_fv": 73,
"_type": "achievement",
"definition": {
"achievementName": "Healius Absorbus!",
"achievementDescription": "Use a Star Wand",
"achievementIcon": {
"value": "CUSTOM:StarWand"
},
"background": "Default",
"disableDisplay": false,
"showPopup": true,
"announceToChat": true,
"hideIfNotCompleted": false,
"rewardLoot": [],
"rewardRecipes": [],
"rewardXP": 0,
"achievementType": "challenge",
"parent": {
"value": "CUSTOM:StarAdvancement"
},
"triggerxml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"advancement_trigger\" deletable=\"false\" x=\"40\" y=\"80\"><next><block type=\"custom_trigger\"></block></next></block></xml>"
}
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,24 @@
{
"_fv": 73,
"_type": "achievement",
"definition": {
"achievementName": "Tux!?",
"achievementDescription": "Obtain a Tux Spawn Egg",
"achievementIcon": {
"value": "CUSTOM:Tux.spawn_egg"
},
"background": "Default",
"disableDisplay": false,
"showPopup": true,
"announceToChat": true,
"hideIfNotCompleted": false,
"rewardLoot": [],
"rewardRecipes": [],
"rewardXP": 0,
"achievementType": "challenge",
"parent": {
"value": "CUSTOM:MagicEggAdvancement"
},
"triggerxml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"advancement_trigger\" deletable=\"false\" x=\"83\" y=\"128\"><next><block type=\"item_in_inventory\"><value name=\"amount_l\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"amount_h\"><block type=\"math_number\"><field name=\"NUM\">64</field></block></value><value name=\"item\"><block type=\"mcitem_all\"><field name=\"value\">CUSTOM:Tux.spawn_egg</field></block></value></block></next></block></xml>"
}
}