update: 1.6.0

This commit is contained in:
nimsolated
2026-03-14 20:46:02 -07:00
parent aa8c6fa7bd
commit d2b291f129
173 changed files with 6262 additions and 151 deletions

View File

@@ -1,34 +0,0 @@
{
"_fv": 73,
"_type": "loottable",
"definition": {
"type": "Block",
"pools": [
{
"minrolls": 1,
"maxrolls": 1,
"minbonusrolls": 1,
"maxbonusrolls": 1,
"hasbonusrolls": false,
"entries": [
{
"type": "item",
"item": {
"value": "Blocks.BEDROCK"
},
"weight": 1,
"minCount": 1,
"maxCount": 1,
"minEnchantmentLevel": 0,
"maxEnchantmentLevel": 0,
"affectedByFortune": false,
"explosionDecay": false,
"silkTouchMode": 1
}
]
}
],
"name": "blocks/bedrock",
"namespace": "minecraft"
}
}

View File

@@ -0,0 +1,42 @@
{
"_fv": 73,
"_type": "tool",
"definition": {
"toolType": "Pickaxe",
"renderType": 0,
"blockingRenderType": 0,
"texture": "bedrock_pickaxe",
"customModelName": "Normal",
"blockingModelName": "Normal blocking",
"name": "Bedrock Pickaxe",
"specialInformation": {
"fixedValue": []
},
"creativeTabs": [
{
"value": "TOOLS"
}
],
"efficiency": 9.0,
"attackSpeed": 1.2,
"enchantability": 19,
"damageVsEntity": 8.0,
"usageCount": 0,
"glowCondition": {
"fixedValue": false
},
"repairItems": [
{
"value": "Blocks.BEDROCK"
}
],
"immuneToFire": true,
"blockDropsTier": "NETHERITE",
"blocksAffected": [],
"stayInGridWhenCrafting": false,
"damageOnCrafting": false,
"onEntitySwing": {
"name": "BedrockPickaxeEntitySwingsItem"
}
}
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,28 @@
{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Smithing",
"recipeRetstackSize": 1,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "MISC",
"recipeShapeless": false,
"smithingInputStack": {
"value": "Items.NETHERITE_PICKAXE"
},
"smithingInputAdditionStack": {
"value": "Blocks.BEDROCK"
},
"smithingInputTemplateStack": {
"value": "CUSTOM:BedrockUpgradeTemplate"
},
"smithingReturnStack": {
"value": "CUSTOM:BedrockPickaxe"
},
"name": "bedrock_pickaxe_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": "BUILDING",
"recipeShapeless": true,
"recipeSlots": [
{
"value": "CUSTOM:HexaCondensedNetherrack"
},
{
"value": "CUSTOM:HexaCondensedNetherrack"
},
{
"value": "CUSTOM:HexaCondensedNetherrack"
},
{
"value": "CUSTOM:HexaCondensedNetherrack"
},
{
"value": "CUSTOM:HexaCondensedNetherrack"
},
{
"value": "CUSTOM:HexaCondensedNetherrack"
},
{
"value": "CUSTOM:HexaCondensedNetherrack"
},
{
"value": "CUSTOM:HexaCondensedNetherrack"
},
{
"value": "CUSTOM:HexaCondensedNetherrack"
}
],
"recipeReturnStack": {
"value": "Blocks.BEDROCK"
},
"name": "bedrock_recipe",
"namespace": "mod"
}
}

View File

@@ -9,7 +9,7 @@
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "BUILDING",
"recipeShapeless": false,
"recipeShapeless": true,
"recipeSlots": [
{
"value": ""
@@ -40,9 +40,9 @@
}
],
"recipeReturnStack": {
"value": "Blocks.OBSIDIAN"
"value": "CUSTOM:HexaCondensedNetherrack"
},
"name": "obsidian_recipe",
"name": "bedrock_recipe_2",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,35 @@
{
"_fv": 73,
"_type": "tool",
"definition": {
"toolType": "Sword",
"renderType": 0,
"blockingRenderType": 0,
"texture": "bedrock_sword",
"customModelName": "Normal",
"blockingModelName": "Normal blocking",
"name": "Bedrock Sword",
"specialInformation": {
"fixedValue": []
},
"creativeTabs": [
{
"value": "TOOLS"
}
],
"efficiency": 4.0,
"attackSpeed": 1.6,
"enchantability": 19,
"damageVsEntity": 80.0,
"usageCount": 0,
"glowCondition": {
"fixedValue": false
},
"repairItems": [],
"immuneToFire": true,
"blockDropsTier": "NETHERITE",
"blocksAffected": [],
"stayInGridWhenCrafting": false,
"damageOnCrafting": false
}
}

View File

@@ -0,0 +1,28 @@
{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Smithing",
"recipeRetstackSize": 1,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "MISC",
"recipeShapeless": false,
"smithingInputStack": {
"value": "Items.NETHERITE_SWORD"
},
"smithingInputAdditionStack": {
"value": "Blocks.BEDROCK"
},
"smithingInputTemplateStack": {
"value": "CUSTOM:BedrockUpgradeTemplate"
},
"smithingReturnStack": {
"value": "CUSTOM:BedrockSword"
},
"name": "bedrock_sword_recipe",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,63 @@
{
"_fv": 73,
"_type": "item",
"definition": {
"renderType": 0,
"texture": "bedrock_upgrade_smithing_template",
"customModelName": "Normal",
"customProperties": {},
"states": [],
"name": "Bedrock Upgrade Template",
"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,48 @@
{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 1,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "MISC",
"recipeShapeless": true,
"recipeSlots": [
{
"value": ""
},
{
"value": "Blocks.BEDROCK"
},
{
"value": ""
},
{
"value": ""
},
{
"value": "Items.NETHERITE_UPGRADE"
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
}
],
"recipeReturnStack": {
"value": "CUSTOM:BedrockUpgradeTemplate"
},
"name": "bedrock_upgrade_template_recipe",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,140 @@
{
"_fv": 73,
"_type": "block",
"definition": {
"texture": "bedrockifier-bottom",
"textureTop": "bedrockifier-top",
"textureLeft": "bedrockifier-side",
"textureFront": "bedrockifier-core",
"textureRight": "bedrockifier-side",
"textureBack": "bedrockifier-side",
"renderType": 10,
"customModelName": "Normal",
"rotationMode": 1,
"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": "Bedrockifier",
"specialInformation": {
"fixedValue": []
},
"hardness": -1.0,
"resistance": 3600000.0,
"hasGravity": false,
"isWaterloggable": false,
"creativeTabs": [
{
"value": "TRANSPORTATION"
}
],
"destroyTool": "pickaxe",
"customDrop": {
"value": ""
},
"dropAmount": 1,
"useLootTableForDrops": false,
"requiresCorrectTool": true,
"enchantPowerBonus": 0.0,
"plantsGrowOn": false,
"canRedstoneConnect": false,
"lightOpacity": 15,
"material": {
"value": "NONE"
},
"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": true,
"vanillaToolTier": "DIAMOND",
"isBonemealable": false,
"hasInventory": true,
"guiBoundTo": "BedrockifierGUI",
"openGUIOnRightClick": true,
"inventorySize": 3,
"inventoryStackSize": 64,
"inventoryDropWhenDestroyed": true,
"inventoryComparatorPower": true,
"inventoryOutSlotIDs": [
2
],
"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
}
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,123 @@
{
"_fv": 73,
"_type": "gui",
"definition": {
"type": 1,
"width": 176,
"height": 166,
"inventoryOffsetX": 0,
"inventoryOffsetY": 0,
"renderBgLayer": true,
"doesPauseGame": false,
"components": [
{
"type": "inputslot",
"data": {
"inputLimit": {
"value": ""
},
"disablePlacement": {
"fixedValue": false
},
"id": 0,
"disablePickup": {
"fixedValue": false
},
"dropItemsWhenNotBound": false,
"x": 141,
"y": 71,
"locked": false
}
},
{
"type": "inputslot",
"data": {
"inputLimit": {
"value": "Blocks.BEDROCK"
},
"disablePlacement": {
"fixedValue": false
},
"color": {
"value": -16777216,
"falpha": 0.0
},
"id": 1,
"disablePickup": {
"fixedValue": false
},
"dropItemsWhenNotBound": false,
"x": 195,
"y": 71,
"locked": false
}
},
{
"type": "image",
"data": {
"image": "plus_sign.png",
"use1Xscale": false,
"x": 168,
"y": 71,
"locked": false
}
},
{
"type": "button",
"data": {
"name": "button_empty",
"text": "->",
"isUndecorated": false,
"onClick": {
"name": "BedrockifierButtonPressLogic"
},
"width": 35,
"height": 20,
"x": 222,
"y": 71,
"locked": false
}
},
{
"type": "outputslot",
"data": {
"color": {
"value": -16777216,
"falpha": 0.0
},
"id": 2,
"disablePickup": {
"fixedValue": false
},
"dropItemsWhenNotBound": false,
"x": 267,
"y": 71,
"locked": false
}
},
{
"type": "label",
"data": {
"name": "label_bedrockifier",
"text": {
"fixedValue": "Bedrockifier"
},
"color": {
"value": -12829636,
"falpha": 0.0
},
"x": 132,
"y": 44,
"locked": false
}
}
],
"gridSettings": {
"sx": 18,
"sy": 18,
"ox": 11,
"oy": 15,
"snapOnGrid": true
}
}
}

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": false,
"recipeSlots": [
{
"value": "Blocks.BEDROCK"
},
{
"value": "Blocks.BEDROCK"
},
{
"value": "Blocks.BEDROCK"
},
{
"value": "CUSTOM:CondensedCondensedCondensedNetherrack"
},
{
"value": "CUSTOM:Cheese"
},
{
"value": "CUSTOM:CondensedCondensedCondensedNetherrack"
},
{
"value": "CUSTOM:CondensedCondensedCondensedNetherrack"
},
{
"value": "CUSTOM:CondensedCondensedCondensedNetherrack"
},
{
"value": "CUSTOM:CondensedCondensedCondensedNetherrack"
}
],
"recipeReturnStack": {
"value": "CUSTOM:Bedrockifier"
},
"name": "bedrockifier_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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.BLAZE_ROD"
},
{
"value": "Items.BLAZE_POWDER"
},
{
"value": "Items.BLAZE_ROD"
},
{
"value": "Items.BLAZE_POWDER"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "Items.BLAZE_POWDER"
},
{
"value": "CUSTOM:CondensedCondensedNetherrack"
},
{
"value": "Items.LAVA_BUCKET"
},
{
"value": "CUSTOM:CondensedCondensedNetherrack"
}
],
"recipeReturnStack": {
"value": "Items.SPAWN_EGG#61"
},
"name": "blaze_spawn_egg",
"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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.FISH#0"
},
{
"value": "Items.FISH#0"
},
{
"value": "Items.FISH#0"
},
{
"value": "Items.FISH#0"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "Items.FISH#0"
},
{
"value": "Items.FISH#0"
},
{
"value": "Items.FISH#0"
},
{
"value": "Items.FISH#0"
}
],
"recipeReturnStack": {
"value": "Items.CAT_SPAWN_EGG"
},
"name": "cat_spawn_egg",
"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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.FEATHER"
},
{
"value": "Items.EGG"
},
{
"value": "Items.FEATHER"
},
{
"value": "Items.EGG"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "Items.EGG"
},
{
"value": "Items.FEATHER"
},
{
"value": "Items.EGG"
},
{
"value": "Items.FEATHER"
}
],
"recipeReturnStack": {
"value": "Items.SPAWN_EGG#93"
},
"name": "chicken_spawn_egg",
"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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.BEEF"
},
{
"value": "Items.LEATHER"
},
{
"value": "Items.BEEF"
},
{
"value": "Items.LEATHER"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "Items.LEATHER"
},
{
"value": "Items.BEEF"
},
{
"value": "Items.LEATHER"
},
{
"value": "Items.BEEF"
}
],
"recipeReturnStack": {
"value": "Items.SPAWN_EGG#92"
},
"name": "cow_spawn_egg",
"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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.GUNPOWDER"
},
{
"value": "Items.GUNPOWDER"
},
{
"value": "Items.GUNPOWDER"
},
{
"value": "Items.GUNPOWDER"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "Items.GUNPOWDER"
},
{
"value": "Items.GUNPOWDER"
},
{
"value": "Items.GUNPOWDER"
},
{
"value": "Items.GUNPOWDER"
}
],
"recipeReturnStack": {
"value": "Items.SPAWN_EGG#50"
},
"name": "creeper_spawn_egg",
"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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.WATER_BUCKET"
},
{
"value": "Items.WATER_BUCKET"
},
{
"value": "Items.WATER_BUCKET"
},
{
"value": "Items.WATER_BUCKET"
},
{
"value": "Items.SPAWN_EGG#54"
},
{
"value": "Items.WATER_BUCKET"
},
{
"value": "Items.WATER_BUCKET"
},
{
"value": "Items.WATER_BUCKET"
},
{
"value": "Items.WATER_BUCKET"
}
],
"recipeReturnStack": {
"value": "Items.DROWNED_SPAWN_EGG"
},
"name": "drowned_spawn_egg",
"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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.PRISMARINE_SHARD"
},
{
"value": "Blocks.SPONGE#1"
},
{
"value": "Items.PRISMARINE_SHARD"
},
{
"value": "Blocks.SPONGE#1"
},
{
"value": "Items.SPAWN_EGG#68"
},
{
"value": "Blocks.SPONGE#1"
},
{
"value": "Items.PRISMARINE_SHARD"
},
{
"value": "Items.TROPICAL_FISH_BUCKET"
},
{
"value": "Items.PRISMARINE_SHARD"
}
],
"recipeReturnStack": {
"value": "Items.ELDER_GUARDIAN_SPAWN_EGG"
},
"name": "elder_guardian_spawn_egg",
"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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.ENDER_PEARL"
},
{
"value": "Items.ENDER_PEARL"
},
{
"value": "Items.ENDER_PEARL"
},
{
"value": "Items.ENDER_PEARL"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "Items.ENDER_PEARL"
},
{
"value": "Items.ENDER_PEARL"
},
{
"value": "Items.ENDER_PEARL"
},
{
"value": "Items.ENDER_PEARL"
}
],
"recipeReturnStack": {
"value": "Items.SPAWN_EGG#58"
},
"name": "enderman_spawn_egg",
"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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.EMERALD"
},
{
"value": "Items.GOLD_INGOT"
},
{
"value": "Items.EMERALD"
},
{
"value": "Items.GOLD_INGOT"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "Items.GOLD_INGOT"
},
{
"value": "Items.GOLD_INGOT"
},
{
"value": "Items.TOTEM_OF_UNDYING"
},
{
"value": "Items.GOLD_INGOT"
}
],
"recipeReturnStack": {
"value": "Items.EVOKER_SPAWN_EGG"
},
"name": "evoker_spawn_egg",
"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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.GHAST_TEAR"
},
{
"value": "Items.GUNPOWDER"
},
{
"value": "Items.GHAST_TEAR"
},
{
"value": "Items.GUNPOWDER"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "Items.GUNPOWDER"
},
{
"value": "Items.GHAST_TEAR"
},
{
"value": "Items.FIRE_CHARGE"
},
{
"value": "Items.GHAST_TEAR"
}
],
"recipeReturnStack": {
"value": "Items.SPAWN_EGG#56"
},
"name": "ghast_spawn_egg",
"namespace": "mod"
}
}

View File

@@ -64,7 +64,7 @@
},
"mobBehaviourType": "Mob",
"mobCreatureType": "UNDEAD",
"attackStrength": 3,
"attackStrength": 6,
"attackKnockback": 0.0,
"knockbackResistance": 0.0,
"movementSpeed": 0.36,
@@ -72,7 +72,7 @@
"armorBaseValue": 0.0,
"trackingRange": 64,
"followRange": 19,
"health": 9,
"health": 10,
"xpAmount": 0,
"waterMob": false,
"breatheUnderwater": {

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": false,
"recipeSlots": [
{
"value": "Blocks.DEEPSLATE"
},
{
"value": "Items.GLOWSTONE_DUST"
},
{
"value": "Blocks.DEEPSLATE"
},
{
"value": "Items.GLOWSTONE_DUST"
},
{
"value": "Items.SPAWN_EGG#94"
},
{
"value": "Items.GLOWSTONE_DUST"
},
{
"value": "Blocks.DEEPSLATE"
},
{
"value": "Items.WATER_BUCKET"
},
{
"value": "Blocks.DEEPSLATE"
}
],
"recipeReturnStack": {
"value": "Items.GLOW_SQUID_SPAWN_EGG"
},
"name": "glow_squid_spawn_egg",
"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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.PRISMARINE_SHARD"
},
{
"value": "Items.PRISMARINE_SHARD"
},
{
"value": "Items.PRISMARINE_SHARD"
},
{
"value": "Items.PRISMARINE_SHARD"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "Items.PRISMARINE_SHARD"
},
{
"value": "Items.PRISMARINE_SHARD"
},
{
"value": "Items.COD_BUCKET"
},
{
"value": "Items.PRISMARINE_SHARD"
}
],
"recipeReturnStack": {
"value": "Items.SPAWN_EGG#68"
},
"name": "guardian_spawn_egg",
"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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "CUSTOM:CondensedNetherrack"
},
{
"value": "CUSTOM:CondensedCondensedNetherrack"
},
{
"value": "CUSTOM:CondensedNetherrack"
},
{
"value": "CUSTOM:CondensedCondensedNetherrack"
},
{
"value": "Items.SPAWN_EGG#90"
},
{
"value": "CUSTOM:CondensedCondensedNetherrack"
},
{
"value": "CUSTOM:CondensedNetherrack"
},
{
"value": "CUSTOM:CondensedCondensedNetherrack"
},
{
"value": "CUSTOM:CondensedNetherrack"
}
],
"recipeReturnStack": {
"value": "Items.HOGLIN_SPAWN_EGG"
},
"name": "hoglin_spawn_egg",
"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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Blocks.WHEAT"
},
{
"value": "Blocks.WHEAT"
},
{
"value": "Blocks.WHEAT"
},
{
"value": "Blocks.WHEAT"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "Blocks.WHEAT"
},
{
"value": "Blocks.HAY_BLOCK"
},
{
"value": "Blocks.HAY_BLOCK"
},
{
"value": "Blocks.HAY_BLOCK"
}
],
"recipeReturnStack": {
"value": "Items.SPAWN_EGG#100"
},
"name": "horse_spawn_egg",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,63 @@
{
"_fv": 73,
"_type": "item",
"definition": {
"renderType": 0,
"texture": "iron_golem_question_mark",
"customModelName": "Normal",
"customProperties": {},
"states": [],
"name": "Iron Golem...?",
"rarity": "UNCOMMON",
"creativeTabs": [
{
"value": "MATERIALS"
}
],
"stackSize": 64,
"enchantability": 0,
"useDuration": 0,
"toolType": 1.0,
"damageCount": 0,
"recipeRemainder": {
"value": ""
},
"destroyAnyBlock": false,
"immuneToFire": false,
"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,48 @@
{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 1,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Blocks.CARVED_PUMPKIN"
},
{
"value": "Blocks.CARVED_PUMPKIN"
},
{
"value": "Blocks.CARVED_PUMPKIN"
},
{
"value": "Blocks.IRON_BLOCK"
},
{
"value": "Blocks.IRON_BLOCK"
},
{
"value": "Blocks.IRON_BLOCK"
},
{
"value": ""
},
{
"value": "Blocks.IRON_BLOCK"
},
{
"value": ""
}
],
"recipeReturnStack": {
"value": "CUSTOM:IronGolemQuestionMark"
},
"name": "iron_golem_question_mark_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": "MISC",
"recipeShapeless": true,
"recipeSlots": [
{
"value": ""
},
{
"value": "CUSTOM:IronGolemQuestionMark"
},
{
"value": ""
},
{
"value": ""
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
}
],
"recipeReturnStack": {
"value": "Items.IRON_GOLEM_SPAWN_EGG"
},
"name": "iron_golem_spawn_egg",
"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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.LEATHER"
},
{
"value": "Blocks.WHEAT"
},
{
"value": "Items.LEATHER"
},
{
"value": "Blocks.WHEAT"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "Blocks.WHEAT"
},
{
"value": "Blocks.HAY_BLOCK"
},
{
"value": "Blocks.HAY_BLOCK"
},
{
"value": "Blocks.HAY_BLOCK"
}
],
"recipeReturnStack": {
"value": "Items.LLAMA_SPAWN_EGG"
},
"name": "llama_spawn_egg",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,63 @@
{
"_fv": 73,
"_type": "item",
"definition": {
"renderType": 0,
"texture": "magic_egg",
"customModelName": "Normal",
"customProperties": {},
"states": [],
"name": "Magic Egg",
"rarity": "UNCOMMON",
"creativeTabs": [
{
"value": "MATERIALS"
}
],
"stackSize": 64,
"enchantability": 0,
"useDuration": 0,
"toolType": 1.0,
"damageCount": 0,
"recipeRemainder": {
"value": ""
},
"destroyAnyBlock": false,
"immuneToFire": false,
"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,48 @@
{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 1,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": ""
},
{
"value": "CUSTOM:MagicDust"
},
{
"value": ""
},
{
"value": "CUSTOM:MagicDust"
},
{
"value": "Items.EGG"
},
{
"value": "CUSTOM:MagicDust"
},
{
"value": ""
},
{
"value": "CUSTOM:MagicDust"
},
{
"value": ""
}
],
"recipeReturnStack": {
"value": "CUSTOM:MagicEgg"
},
"name": "magic_egg_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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "CUSTOM:Bean"
},
{
"value": "CUSTOM:Cheese"
},
{
"value": "CUSTOM:Bean"
},
{
"value": "CUSTOM:Cheese"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "CUSTOM:Cheese"
},
{
"value": "CUSTOM:Bean"
},
{
"value": "Items.MAGMA_CREAM"
},
{
"value": "CUSTOM:Bean"
}
],
"recipeReturnStack": {
"value": "Items.SPAWN_EGG#62"
},
"name": "magma_cube_spawn_egg",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,16 @@
{
"_fv": 73,
"_type": "villagerprofession",
"definition": {
"displayName": "Mailman Profession",
"pointOfInterest": {
"value": "CUSTOM:Mailbox"
},
"actionSound": {
"value": "item.book.page_turn"
},
"hat": "None",
"professionTextureFile": "mailman.png",
"zombifiedProfessionTextureFile": "mailman.png"
}
}

View File

@@ -0,0 +1,33 @@
{
"_fv": 73,
"_type": "villagertrade",
"definition": {
"tradeEntries": [
{
"villagerProfession": {
"value": "CUSTOM:MailmanProfession"
},
"entries": [
{
"price1": {
"value": "Items.EMERALD"
},
"countPrice1": 1,
"price2": {
"value": ""
},
"countPrice2": 1,
"offer": {
"value": "CUSTOM:ShippingLabel"
},
"countOffer": 12,
"level": 1,
"maxTrades": 100,
"xp": 5,
"priceMultiplier": 0.05
}
]
}
]
}
}

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": false,
"recipeSlots": [
{
"value": "Blocks.RED_MUSHROOM"
},
{
"value": "Blocks.RED_MUSHROOM"
},
{
"value": "Blocks.RED_MUSHROOM"
},
{
"value": "Blocks.RED_MUSHROOM"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "Blocks.RED_MUSHROOM"
},
{
"value": "Blocks.MYCELIUM"
},
{
"value": "Items.MILK_BUCKET"
},
{
"value": "Blocks.MYCELIUM"
}
],
"recipeReturnStack": {
"value": "Items.SPAWN_EGG#96"
},
"name": "mooshroom_spawn_egg",
"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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Blocks.VINE"
},
{
"value": "Blocks.VINE"
},
{
"value": "Blocks.VINE"
},
{
"value": "Blocks.SAPLING#3"
},
{
"value": "Items.CAT_SPAWN_EGG"
},
{
"value": "Blocks.SAPLING#3"
},
{
"value": "Blocks.DIRT"
},
{
"value": "Blocks.DIRT"
},
{
"value": "Blocks.DIRT"
}
],
"recipeReturnStack": {
"value": "Items.SPAWN_EGG#98"
},
"name": "ocelot_spawn_egg",
"namespace": "mod"
}
}

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": false,
"recipeSlots": [
{
"value": "Items.PHANTOM_MEMBRANE"
},
{
"value": "Items.PHANTOM_MEMBRANE"
},
{
"value": "Items.PHANTOM_MEMBRANE"
},
{
"value": "Items.PHANTOM_MEMBRANE"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "Items.PHANTOM_MEMBRANE"
},
{
"value": "Items.BED"
},
{
"value": "Items.ELYTRA"
},
{
"value": "Items.BED"
}
],
"recipeReturnStack": {
"value": "Items.PHANTOM_SPAWN_EGG"
},
"name": "phantom_spawn_egg",
"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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.PORKCHOP"
},
{
"value": "Items.PORKCHOP"
},
{
"value": "Items.PORKCHOP"
},
{
"value": "Items.PORKCHOP"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "Items.PORKCHOP"
},
{
"value": "Items.PORKCHOP"
},
{
"value": "Items.PORKCHOP"
},
{
"value": "Items.PORKCHOP"
}
],
"recipeReturnStack": {
"value": "Items.SPAWN_EGG#90"
},
"name": "pig_spawn_egg",
"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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.RABBIT_HIDE"
},
{
"value": "Items.RABBIT_HIDE"
},
{
"value": "Items.RABBIT_HIDE"
},
{
"value": "Items.RABBIT_HIDE"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "Items.RABBIT_HIDE"
},
{
"value": "Items.RABBIT_FOOT"
},
{
"value": "Items.RABBIT"
},
{
"value": "Items.RABBIT_FOOT"
}
],
"recipeReturnStack": {
"value": "Items.SPAWN_EGG#101"
},
"name": "rabbit_spawn_egg",
"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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.MUTTON"
},
{
"value": "Blocks.WOOL"
},
{
"value": "Items.MUTTON"
},
{
"value": "Blocks.WOOL"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "Blocks.WOOL"
},
{
"value": "Items.MUTTON"
},
{
"value": "Blocks.WOOL"
},
{
"value": "Items.MUTTON"
}
],
"recipeReturnStack": {
"value": "Items.SPAWN_EGG#91"
},
"name": "sheep_spawn_egg",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,11 @@
{
"_fv": 73,
"_type": "painting",
"definition": {
"texture": "shit",
"width": 16,
"height": 16,
"title": "Shit Painting",
"author": "nim"
}
}

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=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"logic_negate\"><value name=\"BOOL\"><block type=\"compare_entities\"><value name=\"a\"><block type=\"entity_from_deps\"></block></value><value name=\"b\"><block type=\"source_entity_from_deps\"></block></value></block></value></block></value><statement name=\"DO0\"><block type=\"play_sound\"><field name=\"sound\">entity.ghast.scream</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.8</field></block></value><value name=\"pitch\"><block type=\"math_random_number_between\"><value name=\"min\"><block type=\"math_number\"><field name=\"NUM\">0.9</field></block></value><value name=\"max\"><block type=\"math_number\"><field name=\"NUM\">1.1</field></block></value></block></value><next><block type=\"entity_add_potion_advanced\"><field name=\"potion\">CUSTOM:StinkyEffect</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></statement></block></next></block></xml>"
"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_negate\"><value name=\"BOOL\"><block type=\"compare_entities\"><value name=\"a\"><block type=\"entity_from_deps\"></block></value><value name=\"b\"><block type=\"source_entity_from_deps\"></block></value></block></value></block></value><statement name=\"DO0\"><block type=\"play_sound\"><field name=\"sound\">entity.ghast.scream</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.8</field></block></value><value name=\"pitch\"><block type=\"math_random_number_between\"><value name=\"min\"><block type=\"math_number\"><field name=\"NUM\">0.9</field></block></value><value name=\"max\"><block type=\"math_number\"><field name=\"NUM\">1.1</field></block></value></block></value><next><block type=\"entity_add_potion_advanced\"><field name=\"potion\">CUSTOM:StinkyEffect</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\">20</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></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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.CHORUS_FRUIT_POPPED"
},
{
"value": "Items.SHULKER_SHELL"
},
{
"value": "Items.CHORUS_FRUIT_POPPED"
},
{
"value": "Items.CHORUS_FRUIT_POPPED"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "Items.CHORUS_FRUIT_POPPED"
},
{
"value": "Items.CHORUS_FRUIT_POPPED"
},
{
"value": "Items.SHULKER_SHELL"
},
{
"value": "Items.CHORUS_FRUIT_POPPED"
}
],
"recipeReturnStack": {
"value": "Items.SHULKER_SPAWN_EGG"
},
"name": "shulker_spawn_egg",
"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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.BONE"
},
{
"value": "Items.BONE"
},
{
"value": "Items.BONE"
},
{
"value": "Items.BONE"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "Items.BONE"
},
{
"value": "Items.BONE"
},
{
"value": "Items.BONE"
},
{
"value": "Items.BONE"
}
],
"recipeReturnStack": {
"value": "Items.SPAWN_EGG#51"
},
"name": "skeleton_spawn_egg",
"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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.SLIME_BALL"
},
{
"value": "Items.SLIME_BALL"
},
{
"value": "Items.SLIME_BALL"
},
{
"value": "Items.SLIME_BALL"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "Items.SLIME_BALL"
},
{
"value": "Items.SLIME_BALL"
},
{
"value": "Items.SLIME_BALL"
},
{
"value": "Items.SLIME_BALL"
}
],
"recipeReturnStack": {
"value": "Items.SPAWN_EGG#55"
},
"name": "slime_spawn_egg",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,63 @@
{
"_fv": 73,
"_type": "item",
"definition": {
"renderType": 0,
"texture": "snow_golem_question_mark",
"customModelName": "Normal",
"customProperties": {},
"states": [],
"name": "Snow Golem...?",
"rarity": "UNCOMMON",
"creativeTabs": [
{
"value": "MATERIALS"
}
],
"stackSize": 64,
"enchantability": 0,
"useDuration": 0,
"toolType": 1.0,
"damageCount": 0,
"recipeRemainder": {
"value": ""
},
"destroyAnyBlock": false,
"immuneToFire": false,
"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,48 @@
{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 1,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": ""
},
{
"value": "Blocks.CARVED_PUMPKIN"
},
{
"value": ""
},
{
"value": ""
},
{
"value": "Blocks.SNOW"
},
{
"value": ""
},
{
"value": ""
},
{
"value": "Blocks.SNOW"
},
{
"value": ""
}
],
"recipeReturnStack": {
"value": "CUSTOM:SnowGolemQuestionMark"
},
"name": "snow_golem_question_mark_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": "MISC",
"recipeShapeless": true,
"recipeSlots": [
{
"value": ""
},
{
"value": "CUSTOM:SnowGolemQuestionMark"
},
{
"value": ""
},
{
"value": ""
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
}
],
"recipeReturnStack": {
"value": "Items.SNOW_GOLEM_SPAWN_EGG"
},
"name": "snow_golem_spawn_egg",
"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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.STRING"
},
{
"value": "Items.SPIDER_EYE"
},
{
"value": "Items.STRING"
},
{
"value": "Items.SPIDER_EYE"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "Items.SPIDER_EYE"
},
{
"value": "Items.STRING"
},
{
"value": "Items.SPIDER_EYE"
},
{
"value": "Items.STRING"
}
],
"recipeReturnStack": {
"value": "Items.SPAWN_EGG#52"
},
"name": "spider_spawn_egg",
"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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.DYE#0"
},
{
"value": "Items.DYE#0"
},
{
"value": "Items.DYE#0"
},
{
"value": "Items.DYE#0"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "Items.DYE#0"
},
{
"value": "Items.DYE#0"
},
{
"value": "Items.DYE#0"
},
{
"value": "Items.DYE#0"
}
],
"recipeReturnStack": {
"value": "Items.SPAWN_EGG#94"
},
"name": "squid_spawn_egg",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,48 @@
{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 16,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "MISC",
"recipeShapeless": true,
"recipeSlots": [
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": "Items.TOTEM_OF_UNDYING"
},
{
"value": ""
},
{
"value": ""
},
{
"value": "CUSTOM:Shit"
},
{
"value": ""
}
],
"recipeReturnStack": {
"value": "CUSTOM:MagicDust"
},
"name": "totem_of_undying_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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "CUSTOM:BrokenGlass"
},
{
"value": "Blocks.BEDROCK"
},
{
"value": "CUSTOM:BrokenGlass"
},
{
"value": "Blocks.BEDROCK"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "Blocks.BEDROCK"
},
{
"value": "CUSTOM:BrokenGlass"
},
{
"value": "Blocks.BEDROCK"
},
{
"value": "CUSTOM:BrokenGlass"
}
],
"recipeReturnStack": {
"value": "CUSTOM:Tux.spawn_egg"
},
"name": "tux_spawn_egg",
"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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.ECHO_SHARD"
},
{
"value": "Items.ECHO_SHARD"
},
{
"value": "Items.ECHO_SHARD"
},
{
"value": "Items.ECHO_SHARD"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "Items.ECHO_SHARD"
},
{
"value": "Items.ECHO_SHARD"
},
{
"value": "CUSTOM:IronGolemQuestionMark"
},
{
"value": "Items.ECHO_SHARD"
}
],
"recipeReturnStack": {
"value": "Items.WARDEN_SPAWN_EGG"
},
"name": "warden_spawn_egg",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,63 @@
{
"_fv": 73,
"_type": "item",
"definition": {
"renderType": 0,
"texture": "wither_question_mark",
"customModelName": "Normal",
"customProperties": {},
"states": [],
"name": "Wither...?",
"rarity": "RARE",
"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,48 @@
{
"_fv": 73,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 1,
"group": "",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Blocks.SKULL#1"
},
{
"value": "Blocks.SKULL#1"
},
{
"value": "Blocks.SKULL#1"
},
{
"value": "Blocks.SOUL_SAND"
},
{
"value": "Blocks.SOUL_SAND"
},
{
"value": "Blocks.SOUL_SAND"
},
{
"value": ""
},
{
"value": "Blocks.SOUL_SAND"
},
{
"value": ""
}
],
"recipeReturnStack": {
"value": "CUSTOM:WitherQuestionMark"
},
"name": "wither_question_mark_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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.COAL#0"
},
{
"value": "Blocks.SKULL#1"
},
{
"value": "Items.COAL#0"
},
{
"value": "Items.COAL#0"
},
{
"value": "Items.SPAWN_EGG#51"
},
{
"value": "Items.STONE_SWORD"
},
{
"value": "CUSTOM:CondensedCondensedCondensedNetherrack"
},
{
"value": "CUSTOM:CondensedCondensedCondensedNetherrack"
},
{
"value": "CUSTOM:CondensedCondensedCondensedNetherrack"
}
],
"recipeReturnStack": {
"value": "Items.WITHER_SKELETON_SPAWN_EGG"
},
"name": "wither_skeleton_spawn_egg",
"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": "MISC",
"recipeShapeless": true,
"recipeSlots": [
{
"value": ""
},
{
"value": "CUSTOM:WitherQuestionMark"
},
{
"value": ""
},
{
"value": ""
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
}
],
"recipeReturnStack": {
"value": "Items.WITHER_SPAWN_EGG"
},
"name": "wither_spawn_egg_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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.COOKED_MUTTON"
},
{
"value": "Items.COOKED_CHICKEN"
},
{
"value": "Items.COOKED_MUTTON"
},
{
"value": "Items.COOKED_CHICKEN"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "Items.COOKED_CHICKEN"
},
{
"value": "Items.COOKED_MUTTON"
},
{
"value": "Items.BONE"
},
{
"value": "Items.COOKED_MUTTON"
}
],
"recipeReturnStack": {
"value": "Items.SPAWN_EGG#95"
},
"name": "wolf_spawn_egg",
"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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.ROTTEN_FLESH"
},
{
"value": "Items.ROTTEN_FLESH"
},
{
"value": "Items.ROTTEN_FLESH"
},
{
"value": "Items.ROTTEN_FLESH"
},
{
"value": "CUSTOM:MagicEgg"
},
{
"value": "Items.ROTTEN_FLESH"
},
{
"value": "Items.ROTTEN_FLESH"
},
{
"value": "Items.ROTTEN_FLESH"
},
{
"value": "Items.ROTTEN_FLESH"
}
],
"recipeReturnStack": {
"value": "Items.SPAWN_EGG#54"
},
"name": "zombie_spawn_egg",
"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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "CUSTOM:MagicFlesh"
},
{
"value": "CUSTOM:MagicFlesh"
},
{
"value": "CUSTOM:MagicFlesh"
},
{
"value": "CUSTOM:MagicFlesh"
},
{
"value": "Items.SPAWN_EGG#54"
},
{
"value": "CUSTOM:MagicFlesh"
},
{
"value": "CUSTOM:MagicFlesh"
},
{
"value": "CUSTOM:MagicFlesh"
},
{
"value": "CUSTOM:MagicFlesh"
}
],
"recipeReturnStack": {
"value": "Items.ZOMBIE_VILLAGER_SPAWN_EGG"
},
"name": "zombie_villager_spawn_egg",
"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": "MISC",
"recipeShapeless": false,
"recipeSlots": [
{
"value": "Items.GOLD_NUGGET"
},
{
"value": "CUSTOM:CondensedNetherrack"
},
{
"value": "Items.GOLD_NUGGET"
},
{
"value": "CUSTOM:CondensedNetherrack"
},
{
"value": "Items.SPAWN_EGG#54"
},
{
"value": "CUSTOM:CondensedNetherrack"
},
{
"value": "Items.GOLD_NUGGET"
},
{
"value": "CUSTOM:CondensedNetherrack"
},
{
"value": "Items.GOLD_NUGGET"
}
],
"recipeReturnStack": {
"value": "Items.SPAWN_EGG#57"
},
"name": "zombified_piglin_spawn_egg",
"namespace": "mod"
}
}