mirror of
https://github.com/nimsolated/Nims-Random-BS.git
synced 2026-04-02 10:20:42 -07:00
Compare commits
18 Commits
97062fad89
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
07b6a545b8 | ||
|
|
b184a28802 | ||
|
|
885a6f0b4d | ||
|
|
c14fcb4ef1 | ||
|
|
4b658a0cce | ||
|
|
b8dbadcda0 | ||
|
|
c84aba4632 | ||
|
|
e867e4b0a2 | ||
|
|
5631439606 | ||
|
|
cec0364d50 | ||
|
|
0daca60588 | ||
|
|
519ac6e06f | ||
|
|
be17e85eef | ||
|
|
ae0bd0f411 | ||
|
|
f801b35302 | ||
|
|
0be743f7b6 | ||
|
|
43e451f984 | ||
|
|
f39f255e26 |
@@ -1,6 +1,6 @@
|
||||
# **Nim's Random BS**
|
||||
# **Ari's Random Additions**
|
||||
|
||||
In this mod, I add random things for fun. Some can be useful, while some just exist for the fun of it. Below is a list of features so far.
|
||||
In this mod, I add random stuff for fun. Some can be useful, while some just exist for the fun of it. Below is a list of features so far.
|
||||
This mod was created using [MCreator](https://mcreator.net/).
|
||||
|
||||
CurseForge link: https://www.curseforge.com/minecraft/mc-mods/nims-random-bs
|
||||
|
||||
8031
aris_random_additions.mcreator
Normal file
8031
aris_random_additions.mcreator
Normal file
File diff suppressed because it is too large
Load Diff
138
elements/AnaheimButton.mod.json
Normal file
138
elements/AnaheimButton.mod.json
Normal file
@@ -0,0 +1,138 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "block",
|
||||
"definition": {
|
||||
"texture": "anaheim_planks",
|
||||
"textureTop": "",
|
||||
"textureLeft": "",
|
||||
"textureFront": "",
|
||||
"textureRight": "",
|
||||
"textureBack": "",
|
||||
"renderType": 10,
|
||||
"customModelName": "Normal",
|
||||
"rotationMode": 0,
|
||||
"enablePitch": false,
|
||||
"emissiveRendering": false,
|
||||
"displayFluidOverlay": false,
|
||||
"itemTexture": "",
|
||||
"particleTexture": "",
|
||||
"blockBase": "Button",
|
||||
"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": "Anaheim Button",
|
||||
"specialInformation": {
|
||||
"fixedValue": []
|
||||
},
|
||||
"hardness": 2.0,
|
||||
"resistance": 3.0,
|
||||
"hasGravity": false,
|
||||
"isWaterloggable": false,
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "BUILDING_BLOCKS"
|
||||
}
|
||||
],
|
||||
"destroyTool": "Not specified",
|
||||
"customDrop": {
|
||||
"value": ""
|
||||
},
|
||||
"dropAmount": 1,
|
||||
"useLootTableForDrops": false,
|
||||
"requiresCorrectTool": false,
|
||||
"enchantPowerBonus": 0.0,
|
||||
"plantsGrowOn": false,
|
||||
"canRedstoneConnect": false,
|
||||
"lightOpacity": 0,
|
||||
"material": {
|
||||
"value": "WOOD"
|
||||
},
|
||||
"tickRate": 0,
|
||||
"tickRandomly": false,
|
||||
"isReplaceable": false,
|
||||
"canProvidePower": false,
|
||||
"emittedRedstonePower": {
|
||||
"fixedValue": 15.0
|
||||
},
|
||||
"colorOnMap": "DEFAULT",
|
||||
"creativePickItem": {
|
||||
"value": ""
|
||||
},
|
||||
"offsetType": "NONE",
|
||||
"aiPathNodeType": "DEFAULT",
|
||||
"flammability": 5,
|
||||
"fireSpreadSpeed": 0,
|
||||
"isLadder": false,
|
||||
"slipperiness": 0.6,
|
||||
"speedFactor": 1.0,
|
||||
"jumpFactor": 1.0,
|
||||
"reactionToPushing": "NORMAL",
|
||||
"isNotColidable": false,
|
||||
"isCustomSoundType": false,
|
||||
"soundOnStep": {
|
||||
"value": "WOOD"
|
||||
},
|
||||
"breakSound": {
|
||||
"value": ""
|
||||
},
|
||||
"fallSound": {
|
||||
"value": ""
|
||||
},
|
||||
"hitSound": {
|
||||
"value": ""
|
||||
},
|
||||
"placeSound": {
|
||||
"value": ""
|
||||
},
|
||||
"stepSound": {
|
||||
"value": ""
|
||||
},
|
||||
"luminance": 0,
|
||||
"unbreakable": false,
|
||||
"vanillaToolTier": "NONE",
|
||||
"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
|
||||
}
|
||||
}
|
||||
48
elements/AnaheimButtonRecipe.mod.json
Normal file
48
elements/AnaheimButtonRecipe.mod.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "recipe",
|
||||
"definition": {
|
||||
"recipeType": "Crafting",
|
||||
"recipeRetstackSize": 1,
|
||||
"group": "wooden_button",
|
||||
"cookingBookCategory": "MISC",
|
||||
"xpReward": 0.0,
|
||||
"cookingTime": 200,
|
||||
"craftingBookCategory": "REDSTONE",
|
||||
"recipeShapeless": true,
|
||||
"recipeSlots": [
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimPlanks"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "CUSTOM:AnaheimButton"
|
||||
},
|
||||
"name": "anaheim_button_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
48
elements/AnaheimCraftingTableRecipe.mod.json
Normal file
48
elements/AnaheimCraftingTableRecipe.mod.json
Normal 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:AnaheimPlanks"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimPlanks"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimPlanks"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimPlanks"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "Blocks.CRAFTING_TABLE"
|
||||
},
|
||||
"name": "anaheim_crafting_table_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
138
elements/AnaheimFence.mod.json
Normal file
138
elements/AnaheimFence.mod.json
Normal file
@@ -0,0 +1,138 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "block",
|
||||
"definition": {
|
||||
"texture": "anaheim_planks",
|
||||
"textureTop": "",
|
||||
"textureLeft": "",
|
||||
"textureFront": "",
|
||||
"textureRight": "",
|
||||
"textureBack": "",
|
||||
"renderType": 10,
|
||||
"customModelName": "Normal",
|
||||
"rotationMode": 0,
|
||||
"enablePitch": false,
|
||||
"emissiveRendering": false,
|
||||
"displayFluidOverlay": false,
|
||||
"itemTexture": "",
|
||||
"particleTexture": "",
|
||||
"blockBase": "Fence",
|
||||
"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": "Anaheim Fence",
|
||||
"specialInformation": {
|
||||
"fixedValue": []
|
||||
},
|
||||
"hardness": 2.0,
|
||||
"resistance": 3.0,
|
||||
"hasGravity": false,
|
||||
"isWaterloggable": false,
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "BUILDING_BLOCKS"
|
||||
}
|
||||
],
|
||||
"destroyTool": "Not specified",
|
||||
"customDrop": {
|
||||
"value": ""
|
||||
},
|
||||
"dropAmount": 1,
|
||||
"useLootTableForDrops": false,
|
||||
"requiresCorrectTool": false,
|
||||
"enchantPowerBonus": 0.0,
|
||||
"plantsGrowOn": false,
|
||||
"canRedstoneConnect": false,
|
||||
"lightOpacity": 0,
|
||||
"material": {
|
||||
"value": "WOOD"
|
||||
},
|
||||
"tickRate": 0,
|
||||
"tickRandomly": false,
|
||||
"isReplaceable": false,
|
||||
"canProvidePower": false,
|
||||
"emittedRedstonePower": {
|
||||
"fixedValue": 15.0
|
||||
},
|
||||
"colorOnMap": "DEFAULT",
|
||||
"creativePickItem": {
|
||||
"value": ""
|
||||
},
|
||||
"offsetType": "NONE",
|
||||
"aiPathNodeType": "DEFAULT",
|
||||
"flammability": 5,
|
||||
"fireSpreadSpeed": 0,
|
||||
"isLadder": false,
|
||||
"slipperiness": 0.6,
|
||||
"speedFactor": 1.0,
|
||||
"jumpFactor": 1.0,
|
||||
"reactionToPushing": "NORMAL",
|
||||
"isNotColidable": false,
|
||||
"isCustomSoundType": false,
|
||||
"soundOnStep": {
|
||||
"value": "WOOD"
|
||||
},
|
||||
"breakSound": {
|
||||
"value": ""
|
||||
},
|
||||
"fallSound": {
|
||||
"value": ""
|
||||
},
|
||||
"hitSound": {
|
||||
"value": ""
|
||||
},
|
||||
"placeSound": {
|
||||
"value": ""
|
||||
},
|
||||
"stepSound": {
|
||||
"value": ""
|
||||
},
|
||||
"luminance": 0,
|
||||
"unbreakable": false,
|
||||
"vanillaToolTier": "NONE",
|
||||
"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
|
||||
}
|
||||
}
|
||||
138
elements/AnaheimFenceGate.mod.json
Normal file
138
elements/AnaheimFenceGate.mod.json
Normal file
@@ -0,0 +1,138 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "block",
|
||||
"definition": {
|
||||
"texture": "anaheim_planks",
|
||||
"textureTop": "",
|
||||
"textureLeft": "",
|
||||
"textureFront": "",
|
||||
"textureRight": "",
|
||||
"textureBack": "",
|
||||
"renderType": 10,
|
||||
"customModelName": "Normal",
|
||||
"rotationMode": 0,
|
||||
"enablePitch": false,
|
||||
"emissiveRendering": false,
|
||||
"displayFluidOverlay": false,
|
||||
"itemTexture": "",
|
||||
"particleTexture": "",
|
||||
"blockBase": "FenceGate",
|
||||
"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": "Anaheim Fence Gate",
|
||||
"specialInformation": {
|
||||
"fixedValue": []
|
||||
},
|
||||
"hardness": 2.0,
|
||||
"resistance": 3.0,
|
||||
"hasGravity": false,
|
||||
"isWaterloggable": false,
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "BUILDING_BLOCKS"
|
||||
}
|
||||
],
|
||||
"destroyTool": "Not specified",
|
||||
"customDrop": {
|
||||
"value": ""
|
||||
},
|
||||
"dropAmount": 1,
|
||||
"useLootTableForDrops": false,
|
||||
"requiresCorrectTool": false,
|
||||
"enchantPowerBonus": 0.0,
|
||||
"plantsGrowOn": false,
|
||||
"canRedstoneConnect": false,
|
||||
"lightOpacity": 0,
|
||||
"material": {
|
||||
"value": "WOOD"
|
||||
},
|
||||
"tickRate": 0,
|
||||
"tickRandomly": false,
|
||||
"isReplaceable": false,
|
||||
"canProvidePower": false,
|
||||
"emittedRedstonePower": {
|
||||
"fixedValue": 15.0
|
||||
},
|
||||
"colorOnMap": "DEFAULT",
|
||||
"creativePickItem": {
|
||||
"value": ""
|
||||
},
|
||||
"offsetType": "NONE",
|
||||
"aiPathNodeType": "DEFAULT",
|
||||
"flammability": 5,
|
||||
"fireSpreadSpeed": 0,
|
||||
"isLadder": false,
|
||||
"slipperiness": 0.6,
|
||||
"speedFactor": 1.0,
|
||||
"jumpFactor": 1.0,
|
||||
"reactionToPushing": "NORMAL",
|
||||
"isNotColidable": false,
|
||||
"isCustomSoundType": false,
|
||||
"soundOnStep": {
|
||||
"value": "WOOD"
|
||||
},
|
||||
"breakSound": {
|
||||
"value": ""
|
||||
},
|
||||
"fallSound": {
|
||||
"value": ""
|
||||
},
|
||||
"hitSound": {
|
||||
"value": ""
|
||||
},
|
||||
"placeSound": {
|
||||
"value": ""
|
||||
},
|
||||
"stepSound": {
|
||||
"value": ""
|
||||
},
|
||||
"luminance": 0,
|
||||
"unbreakable": false,
|
||||
"vanillaToolTier": "NONE",
|
||||
"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
|
||||
}
|
||||
}
|
||||
48
elements/AnaheimFenceGateRecipe.mod.json
Normal file
48
elements/AnaheimFenceGateRecipe.mod.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "recipe",
|
||||
"definition": {
|
||||
"recipeType": "Crafting",
|
||||
"recipeRetstackSize": 1,
|
||||
"group": "wooden_fence_gate",
|
||||
"cookingBookCategory": "MISC",
|
||||
"xpReward": 0.0,
|
||||
"cookingTime": 200,
|
||||
"craftingBookCategory": "REDSTONE",
|
||||
"recipeShapeless": false,
|
||||
"recipeSlots": [
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": "Items.STICK"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimPlanks"
|
||||
},
|
||||
{
|
||||
"value": "Items.STICK"
|
||||
},
|
||||
{
|
||||
"value": "Items.STICK"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimPlanks"
|
||||
},
|
||||
{
|
||||
"value": "Items.STICK"
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "CUSTOM:AnaheimFenceGate"
|
||||
},
|
||||
"name": "anaheim_fence_gate_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
48
elements/AnaheimFenceRecipe.mod.json
Normal file
48
elements/AnaheimFenceRecipe.mod.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "recipe",
|
||||
"definition": {
|
||||
"recipeType": "Crafting",
|
||||
"recipeRetstackSize": 3,
|
||||
"group": "wooden_fence",
|
||||
"cookingBookCategory": "MISC",
|
||||
"xpReward": 0.0,
|
||||
"cookingTime": 200,
|
||||
"craftingBookCategory": "MISC",
|
||||
"recipeShapeless": false,
|
||||
"recipeSlots": [
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimPlanks"
|
||||
},
|
||||
{
|
||||
"value": "Items.STICK"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimPlanks"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimPlanks"
|
||||
},
|
||||
{
|
||||
"value": "Items.STICK"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimPlanks"
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "CUSTOM:AnaheimFence"
|
||||
},
|
||||
"name": "anaheim_fence_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
138
elements/AnaheimLeaves.mod.json
Normal file
138
elements/AnaheimLeaves.mod.json
Normal file
@@ -0,0 +1,138 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "block",
|
||||
"definition": {
|
||||
"texture": "anaheim_leaves",
|
||||
"textureTop": "",
|
||||
"textureLeft": "",
|
||||
"textureFront": "",
|
||||
"textureRight": "",
|
||||
"textureBack": "",
|
||||
"renderType": 10,
|
||||
"customModelName": "Normal",
|
||||
"rotationMode": 0,
|
||||
"enablePitch": false,
|
||||
"emissiveRendering": false,
|
||||
"displayFluidOverlay": false,
|
||||
"itemTexture": "",
|
||||
"particleTexture": "",
|
||||
"blockBase": "Leaves",
|
||||
"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": "Anaheim Leaves",
|
||||
"specialInformation": {
|
||||
"fixedValue": []
|
||||
},
|
||||
"hardness": 0.2,
|
||||
"resistance": 0.2,
|
||||
"hasGravity": false,
|
||||
"isWaterloggable": false,
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "DECORATIONS"
|
||||
}
|
||||
],
|
||||
"destroyTool": "Not specified",
|
||||
"customDrop": {
|
||||
"value": ""
|
||||
},
|
||||
"dropAmount": 1,
|
||||
"useLootTableForDrops": true,
|
||||
"requiresCorrectTool": false,
|
||||
"enchantPowerBonus": 0.0,
|
||||
"plantsGrowOn": false,
|
||||
"canRedstoneConnect": false,
|
||||
"lightOpacity": 1,
|
||||
"material": {
|
||||
"value": "LEAVES"
|
||||
},
|
||||
"tickRate": 0,
|
||||
"tickRandomly": false,
|
||||
"isReplaceable": false,
|
||||
"canProvidePower": false,
|
||||
"emittedRedstonePower": {
|
||||
"fixedValue": 15.0
|
||||
},
|
||||
"colorOnMap": "DEFAULT",
|
||||
"creativePickItem": {
|
||||
"value": ""
|
||||
},
|
||||
"offsetType": "NONE",
|
||||
"aiPathNodeType": "DEFAULT",
|
||||
"flammability": 30,
|
||||
"fireSpreadSpeed": 0,
|
||||
"isLadder": false,
|
||||
"slipperiness": 0.6,
|
||||
"speedFactor": 1.0,
|
||||
"jumpFactor": 1.0,
|
||||
"reactionToPushing": "NORMAL",
|
||||
"isNotColidable": false,
|
||||
"isCustomSoundType": false,
|
||||
"soundOnStep": {
|
||||
"value": "PLANT"
|
||||
},
|
||||
"breakSound": {
|
||||
"value": ""
|
||||
},
|
||||
"fallSound": {
|
||||
"value": ""
|
||||
},
|
||||
"hitSound": {
|
||||
"value": ""
|
||||
},
|
||||
"placeSound": {
|
||||
"value": ""
|
||||
},
|
||||
"stepSound": {
|
||||
"value": ""
|
||||
},
|
||||
"luminance": 0,
|
||||
"unbreakable": false,
|
||||
"vanillaToolTier": "NONE",
|
||||
"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
|
||||
}
|
||||
}
|
||||
141
elements/AnaheimLog.mod.json
Normal file
141
elements/AnaheimLog.mod.json
Normal file
@@ -0,0 +1,141 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "block",
|
||||
"definition": {
|
||||
"texture": "anaheim_log_top",
|
||||
"textureTop": "anaheim_log_top",
|
||||
"textureLeft": "anaheim_log_side",
|
||||
"textureFront": "anaheim_log_side",
|
||||
"textureRight": "anaheim_log_side",
|
||||
"textureBack": "anaheim_log_side",
|
||||
"renderType": 10,
|
||||
"customModelName": "Normal",
|
||||
"rotationMode": 5,
|
||||
"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": "Anaheim Log",
|
||||
"specialInformation": {
|
||||
"fixedValue": []
|
||||
},
|
||||
"hardness": 2.0,
|
||||
"resistance": 2.0,
|
||||
"hasGravity": false,
|
||||
"isWaterloggable": false,
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "BUILDING_BLOCKS"
|
||||
}
|
||||
],
|
||||
"destroyTool": "axe",
|
||||
"customDrop": {
|
||||
"value": ""
|
||||
},
|
||||
"dropAmount": 1,
|
||||
"useLootTableForDrops": false,
|
||||
"requiresCorrectTool": false,
|
||||
"enchantPowerBonus": 0.0,
|
||||
"plantsGrowOn": false,
|
||||
"canRedstoneConnect": false,
|
||||
"lightOpacity": 15,
|
||||
"material": {
|
||||
"value": "WOOD"
|
||||
},
|
||||
"tickRate": 0,
|
||||
"tickRandomly": false,
|
||||
"isReplaceable": false,
|
||||
"canProvidePower": false,
|
||||
"emittedRedstonePower": {
|
||||
"fixedValue": 15.0
|
||||
},
|
||||
"colorOnMap": "DEFAULT",
|
||||
"creativePickItem": {
|
||||
"value": ""
|
||||
},
|
||||
"offsetType": "NONE",
|
||||
"aiPathNodeType": "DEFAULT",
|
||||
"flammability": 5,
|
||||
"fireSpreadSpeed": 0,
|
||||
"isLadder": false,
|
||||
"slipperiness": 0.6,
|
||||
"speedFactor": 1.0,
|
||||
"jumpFactor": 1.0,
|
||||
"reactionToPushing": "NORMAL",
|
||||
"isNotColidable": false,
|
||||
"isCustomSoundType": false,
|
||||
"soundOnStep": {
|
||||
"value": "WOOD"
|
||||
},
|
||||
"breakSound": {
|
||||
"value": ""
|
||||
},
|
||||
"fallSound": {
|
||||
"value": ""
|
||||
},
|
||||
"hitSound": {
|
||||
"value": ""
|
||||
},
|
||||
"placeSound": {
|
||||
"value": ""
|
||||
},
|
||||
"stepSound": {
|
||||
"value": ""
|
||||
},
|
||||
"luminance": 0,
|
||||
"unbreakable": false,
|
||||
"vanillaToolTier": "NONE",
|
||||
"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": [
|
||||
{
|
||||
"value": "birch_forest"
|
||||
}
|
||||
],
|
||||
"blocksToReplace": [
|
||||
{
|
||||
"value": "TAG:stone_ore_replaceables"
|
||||
}
|
||||
],
|
||||
"generationShape": "UNIFORM",
|
||||
"frequencyPerChunks": 10,
|
||||
"frequencyOnChunk": 16,
|
||||
"minGenerateHeight": 0,
|
||||
"maxGenerateHeight": 64
|
||||
}
|
||||
}
|
||||
137
elements/AnaheimPlanks.mod.json
Normal file
137
elements/AnaheimPlanks.mod.json
Normal file
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "block",
|
||||
"definition": {
|
||||
"texture": "anaheim_planks",
|
||||
"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": "Anaheim Planks",
|
||||
"specialInformation": {
|
||||
"fixedValue": []
|
||||
},
|
||||
"hardness": 2.0,
|
||||
"resistance": 3.0,
|
||||
"hasGravity": false,
|
||||
"isWaterloggable": false,
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "BUILDING_BLOCKS"
|
||||
}
|
||||
],
|
||||
"destroyTool": "axe",
|
||||
"customDrop": {
|
||||
"value": ""
|
||||
},
|
||||
"dropAmount": 1,
|
||||
"useLootTableForDrops": false,
|
||||
"requiresCorrectTool": false,
|
||||
"enchantPowerBonus": 0.0,
|
||||
"plantsGrowOn": false,
|
||||
"canRedstoneConnect": false,
|
||||
"lightOpacity": 15,
|
||||
"material": {
|
||||
"value": "WOOD"
|
||||
},
|
||||
"tickRate": 0,
|
||||
"tickRandomly": false,
|
||||
"isReplaceable": false,
|
||||
"canProvidePower": false,
|
||||
"emittedRedstonePower": {
|
||||
"fixedValue": 15.0
|
||||
},
|
||||
"colorOnMap": "DEFAULT",
|
||||
"creativePickItem": {
|
||||
"value": ""
|
||||
},
|
||||
"offsetType": "NONE",
|
||||
"aiPathNodeType": "DEFAULT",
|
||||
"flammability": 5,
|
||||
"fireSpreadSpeed": 0,
|
||||
"isLadder": false,
|
||||
"slipperiness": 0.6,
|
||||
"speedFactor": 1.0,
|
||||
"jumpFactor": 1.0,
|
||||
"reactionToPushing": "NORMAL",
|
||||
"isNotColidable": false,
|
||||
"isCustomSoundType": false,
|
||||
"soundOnStep": {
|
||||
"value": "WOOD"
|
||||
},
|
||||
"breakSound": {
|
||||
"value": ""
|
||||
},
|
||||
"fallSound": {
|
||||
"value": ""
|
||||
},
|
||||
"hitSound": {
|
||||
"value": ""
|
||||
},
|
||||
"placeSound": {
|
||||
"value": ""
|
||||
},
|
||||
"stepSound": {
|
||||
"value": ""
|
||||
},
|
||||
"luminance": 0,
|
||||
"unbreakable": false,
|
||||
"vanillaToolTier": "NONE",
|
||||
"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
|
||||
}
|
||||
}
|
||||
48
elements/AnaheimPlanksLogRecipe.mod.json
Normal file
48
elements/AnaheimPlanksLogRecipe.mod.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "recipe",
|
||||
"definition": {
|
||||
"recipeType": "Crafting",
|
||||
"recipeRetstackSize": 4,
|
||||
"group": "planks",
|
||||
"cookingBookCategory": "MISC",
|
||||
"xpReward": 0.0,
|
||||
"cookingTime": 200,
|
||||
"craftingBookCategory": "BUILDING",
|
||||
"recipeShapeless": true,
|
||||
"recipeSlots": [
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimLog"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "CUSTOM:AnaheimPlanks"
|
||||
},
|
||||
"name": "anaheim_planks_log_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
48
elements/AnaheimPlanksWoodRecipe.mod.json
Normal file
48
elements/AnaheimPlanksWoodRecipe.mod.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "recipe",
|
||||
"definition": {
|
||||
"recipeType": "Crafting",
|
||||
"recipeRetstackSize": 4,
|
||||
"group": "planks",
|
||||
"cookingBookCategory": "MISC",
|
||||
"xpReward": 0.0,
|
||||
"cookingTime": 200,
|
||||
"craftingBookCategory": "BUILDING",
|
||||
"recipeShapeless": true,
|
||||
"recipeSlots": [
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimWood"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "CUSTOM:AnaheimPlanks"
|
||||
},
|
||||
"name": "anaheim_planks_wood_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
138
elements/AnaheimPressurePlate.mod.json
Normal file
138
elements/AnaheimPressurePlate.mod.json
Normal file
@@ -0,0 +1,138 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "block",
|
||||
"definition": {
|
||||
"texture": "anaheim_planks",
|
||||
"textureTop": "",
|
||||
"textureLeft": "",
|
||||
"textureFront": "",
|
||||
"textureRight": "",
|
||||
"textureBack": "",
|
||||
"renderType": 10,
|
||||
"customModelName": "Normal",
|
||||
"rotationMode": 0,
|
||||
"enablePitch": false,
|
||||
"emissiveRendering": false,
|
||||
"displayFluidOverlay": false,
|
||||
"itemTexture": "",
|
||||
"particleTexture": "",
|
||||
"blockBase": "PressurePlate",
|
||||
"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": "Anaheim Pressure Plate",
|
||||
"specialInformation": {
|
||||
"fixedValue": []
|
||||
},
|
||||
"hardness": 2.0,
|
||||
"resistance": 3.0,
|
||||
"hasGravity": false,
|
||||
"isWaterloggable": false,
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "BUILDING_BLOCKS"
|
||||
}
|
||||
],
|
||||
"destroyTool": "Not specified",
|
||||
"customDrop": {
|
||||
"value": ""
|
||||
},
|
||||
"dropAmount": 1,
|
||||
"useLootTableForDrops": false,
|
||||
"requiresCorrectTool": false,
|
||||
"enchantPowerBonus": 0.0,
|
||||
"plantsGrowOn": false,
|
||||
"canRedstoneConnect": false,
|
||||
"lightOpacity": 0,
|
||||
"material": {
|
||||
"value": "WOOD"
|
||||
},
|
||||
"tickRate": 0,
|
||||
"tickRandomly": false,
|
||||
"isReplaceable": false,
|
||||
"canProvidePower": false,
|
||||
"emittedRedstonePower": {
|
||||
"fixedValue": 15.0
|
||||
},
|
||||
"colorOnMap": "DEFAULT",
|
||||
"creativePickItem": {
|
||||
"value": ""
|
||||
},
|
||||
"offsetType": "NONE",
|
||||
"aiPathNodeType": "DEFAULT",
|
||||
"flammability": 5,
|
||||
"fireSpreadSpeed": 0,
|
||||
"isLadder": false,
|
||||
"slipperiness": 0.6,
|
||||
"speedFactor": 1.0,
|
||||
"jumpFactor": 1.0,
|
||||
"reactionToPushing": "NORMAL",
|
||||
"isNotColidable": false,
|
||||
"isCustomSoundType": false,
|
||||
"soundOnStep": {
|
||||
"value": "WOOD"
|
||||
},
|
||||
"breakSound": {
|
||||
"value": ""
|
||||
},
|
||||
"fallSound": {
|
||||
"value": ""
|
||||
},
|
||||
"hitSound": {
|
||||
"value": ""
|
||||
},
|
||||
"placeSound": {
|
||||
"value": ""
|
||||
},
|
||||
"stepSound": {
|
||||
"value": ""
|
||||
},
|
||||
"luminance": 0,
|
||||
"unbreakable": false,
|
||||
"vanillaToolTier": "NONE",
|
||||
"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
|
||||
}
|
||||
}
|
||||
48
elements/AnaheimPressurePlateRecipe.mod.json
Normal file
48
elements/AnaheimPressurePlateRecipe.mod.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "recipe",
|
||||
"definition": {
|
||||
"recipeType": "Crafting",
|
||||
"recipeRetstackSize": 1,
|
||||
"group": "wooden_pressure_plate",
|
||||
"cookingBookCategory": "MISC",
|
||||
"xpReward": 0.0,
|
||||
"cookingTime": 200,
|
||||
"craftingBookCategory": "REDSTONE",
|
||||
"recipeShapeless": false,
|
||||
"recipeSlots": [
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimPlanks"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimPlanks"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "CUSTOM:AnaheimPressurePlate"
|
||||
},
|
||||
"name": "anaheim_pressure_plate_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
138
elements/AnaheimSlab.mod.json
Normal file
138
elements/AnaheimSlab.mod.json
Normal file
@@ -0,0 +1,138 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "block",
|
||||
"definition": {
|
||||
"texture": "anaheim_planks",
|
||||
"textureTop": "anaheim_planks",
|
||||
"textureLeft": "",
|
||||
"textureFront": "anaheim_planks",
|
||||
"textureRight": "",
|
||||
"textureBack": "",
|
||||
"renderType": 10,
|
||||
"customModelName": "Normal",
|
||||
"rotationMode": 0,
|
||||
"enablePitch": false,
|
||||
"emissiveRendering": false,
|
||||
"displayFluidOverlay": false,
|
||||
"itemTexture": "",
|
||||
"particleTexture": "",
|
||||
"blockBase": "Slab",
|
||||
"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": "Anaheim Slab",
|
||||
"specialInformation": {
|
||||
"fixedValue": []
|
||||
},
|
||||
"hardness": 2.0,
|
||||
"resistance": 3.0,
|
||||
"hasGravity": false,
|
||||
"isWaterloggable": false,
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "BUILDING_BLOCKS"
|
||||
}
|
||||
],
|
||||
"destroyTool": "Not specified",
|
||||
"customDrop": {
|
||||
"value": ""
|
||||
},
|
||||
"dropAmount": 1,
|
||||
"useLootTableForDrops": false,
|
||||
"requiresCorrectTool": false,
|
||||
"enchantPowerBonus": 0.0,
|
||||
"plantsGrowOn": false,
|
||||
"canRedstoneConnect": false,
|
||||
"lightOpacity": 0,
|
||||
"material": {
|
||||
"value": "WOOD"
|
||||
},
|
||||
"tickRate": 0,
|
||||
"tickRandomly": false,
|
||||
"isReplaceable": false,
|
||||
"canProvidePower": false,
|
||||
"emittedRedstonePower": {
|
||||
"fixedValue": 15.0
|
||||
},
|
||||
"colorOnMap": "DEFAULT",
|
||||
"creativePickItem": {
|
||||
"value": ""
|
||||
},
|
||||
"offsetType": "NONE",
|
||||
"aiPathNodeType": "DEFAULT",
|
||||
"flammability": 5,
|
||||
"fireSpreadSpeed": 0,
|
||||
"isLadder": false,
|
||||
"slipperiness": 0.6,
|
||||
"speedFactor": 1.0,
|
||||
"jumpFactor": 1.0,
|
||||
"reactionToPushing": "NORMAL",
|
||||
"isNotColidable": false,
|
||||
"isCustomSoundType": false,
|
||||
"soundOnStep": {
|
||||
"value": "WOOD"
|
||||
},
|
||||
"breakSound": {
|
||||
"value": ""
|
||||
},
|
||||
"fallSound": {
|
||||
"value": ""
|
||||
},
|
||||
"hitSound": {
|
||||
"value": ""
|
||||
},
|
||||
"placeSound": {
|
||||
"value": ""
|
||||
},
|
||||
"stepSound": {
|
||||
"value": ""
|
||||
},
|
||||
"luminance": 0,
|
||||
"unbreakable": false,
|
||||
"vanillaToolTier": "NONE",
|
||||
"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
|
||||
}
|
||||
}
|
||||
48
elements/AnaheimSlabRecipe.mod.json
Normal file
48
elements/AnaheimSlabRecipe.mod.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "recipe",
|
||||
"definition": {
|
||||
"recipeType": "Crafting",
|
||||
"recipeRetstackSize": 6,
|
||||
"group": "wooden_slab",
|
||||
"cookingBookCategory": "MISC",
|
||||
"xpReward": 0.0,
|
||||
"cookingTime": 200,
|
||||
"craftingBookCategory": "BUILDING",
|
||||
"recipeShapeless": false,
|
||||
"recipeSlots": [
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimPlanks"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimPlanks"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimPlanks"
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "CUSTOM:AnaheimSlab"
|
||||
},
|
||||
"name": "anaheim_slab_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
138
elements/AnaheimStairs.mod.json
Normal file
138
elements/AnaheimStairs.mod.json
Normal file
@@ -0,0 +1,138 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "block",
|
||||
"definition": {
|
||||
"texture": "anaheim_planks",
|
||||
"textureTop": "anaheim_planks",
|
||||
"textureLeft": "",
|
||||
"textureFront": "anaheim_planks",
|
||||
"textureRight": "",
|
||||
"textureBack": "",
|
||||
"renderType": 10,
|
||||
"customModelName": "Normal",
|
||||
"rotationMode": 0,
|
||||
"enablePitch": false,
|
||||
"emissiveRendering": false,
|
||||
"displayFluidOverlay": false,
|
||||
"itemTexture": "",
|
||||
"particleTexture": "",
|
||||
"blockBase": "Stairs",
|
||||
"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": "Anaheim Stairs",
|
||||
"specialInformation": {
|
||||
"fixedValue": []
|
||||
},
|
||||
"hardness": 3.0,
|
||||
"resistance": 2.0,
|
||||
"hasGravity": false,
|
||||
"isWaterloggable": false,
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "BUILDING_BLOCKS"
|
||||
}
|
||||
],
|
||||
"destroyTool": "Not specified",
|
||||
"customDrop": {
|
||||
"value": ""
|
||||
},
|
||||
"dropAmount": 1,
|
||||
"useLootTableForDrops": false,
|
||||
"requiresCorrectTool": false,
|
||||
"enchantPowerBonus": 0.0,
|
||||
"plantsGrowOn": false,
|
||||
"canRedstoneConnect": false,
|
||||
"lightOpacity": 0,
|
||||
"material": {
|
||||
"value": "WOOD"
|
||||
},
|
||||
"tickRate": 0,
|
||||
"tickRandomly": false,
|
||||
"isReplaceable": false,
|
||||
"canProvidePower": false,
|
||||
"emittedRedstonePower": {
|
||||
"fixedValue": 15.0
|
||||
},
|
||||
"colorOnMap": "DEFAULT",
|
||||
"creativePickItem": {
|
||||
"value": ""
|
||||
},
|
||||
"offsetType": "NONE",
|
||||
"aiPathNodeType": "DEFAULT",
|
||||
"flammability": 5,
|
||||
"fireSpreadSpeed": 0,
|
||||
"isLadder": false,
|
||||
"slipperiness": 0.6,
|
||||
"speedFactor": 1.0,
|
||||
"jumpFactor": 1.0,
|
||||
"reactionToPushing": "NORMAL",
|
||||
"isNotColidable": false,
|
||||
"isCustomSoundType": false,
|
||||
"soundOnStep": {
|
||||
"value": "WOOD"
|
||||
},
|
||||
"breakSound": {
|
||||
"value": ""
|
||||
},
|
||||
"fallSound": {
|
||||
"value": ""
|
||||
},
|
||||
"hitSound": {
|
||||
"value": ""
|
||||
},
|
||||
"placeSound": {
|
||||
"value": ""
|
||||
},
|
||||
"stepSound": {
|
||||
"value": ""
|
||||
},
|
||||
"luminance": 0,
|
||||
"unbreakable": false,
|
||||
"vanillaToolTier": "NONE",
|
||||
"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
|
||||
}
|
||||
}
|
||||
48
elements/AnaheimStairsRecipe.mod.json
Normal file
48
elements/AnaheimStairsRecipe.mod.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "recipe",
|
||||
"definition": {
|
||||
"recipeType": "Crafting",
|
||||
"recipeRetstackSize": 4,
|
||||
"group": "wooden_stairs",
|
||||
"cookingBookCategory": "MISC",
|
||||
"xpReward": 0.0,
|
||||
"cookingTime": 200,
|
||||
"craftingBookCategory": "BUILDING",
|
||||
"recipeShapeless": false,
|
||||
"recipeSlots": [
|
||||
{
|
||||
"value": "CUSTOM:AnaheimPlanks"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimPlanks"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimPlanks"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimPlanks"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimPlanks"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimPlanks"
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "CUSTOM:AnaheimStairs"
|
||||
},
|
||||
"name": "anaheim_stairs_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
48
elements/AnaheimStickRecipe.mod.json
Normal file
48
elements/AnaheimStickRecipe.mod.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "recipe",
|
||||
"definition": {
|
||||
"recipeType": "Crafting",
|
||||
"recipeRetstackSize": 4,
|
||||
"group": "sticks",
|
||||
"cookingBookCategory": "MISC",
|
||||
"xpReward": 0.0,
|
||||
"cookingTime": 200,
|
||||
"craftingBookCategory": "MISC",
|
||||
"recipeShapeless": false,
|
||||
"recipeSlots": [
|
||||
{
|
||||
"value": "CUSTOM:AnaheimPlanks"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimPlanks"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "Items.STICK"
|
||||
},
|
||||
"name": "anaheim_stick_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
14
elements/AnaheimTreeFeature.mod.json
Normal file
14
elements/AnaheimTreeFeature.mod.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "feature",
|
||||
"definition": {
|
||||
"skipPlacement": false,
|
||||
"generationStep": "VEGETAL_DECORATION",
|
||||
"restrictionBiomes": [
|
||||
{
|
||||
"value": "birch_forest"
|
||||
}
|
||||
],
|
||||
"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_tree_simple\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"type\">oak</field><field name=\"base_height\">4</field><field name=\"height_variation_a\">2</field><field name=\"height_variation_b\">0</field><field name=\"force_dirt\">TRUE</field><field name=\"ignore_vines\">TRUE</field><value name=\"dirt\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">Blocks.DIRT#0</field></block></value><value name=\"trunk\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">CUSTOM:AnaheimLog</field></block></value><value name=\"foliage\"><block type=\"blockstate_selector\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" inputs=\"0\"></mutation><field name=\"block\">CUSTOM:AnaheimLeaves</field></block></value><value name=\"root_placer\"><block type=\"root_placer_none\"></block></value></block></value><next><block type=\"placement_rarity\"><field name=\"rarity\">5</field><next><block type=\"placement_count\"><value name=\"count\"><block type=\"int_provider_uniform\"><field name=\"min\">1</field><field name=\"max\">3</field></block></value><next><block type=\"placement_in_square\"><next><block type=\"placement_heightmap\"><field name=\"heightmap\">OCEAN_FLOOR_WG</field><next><block type=\"placement_block_predicate_filter\"><value name=\"condition\"><block type=\"block_predicate_solid\"><field name=\"x\">0</field><field name=\"y\">-1</field><field name=\"z\">0</field></block></value><next><block type=\"placement_biome_filter\"></block></next></block></next></block></next></block></next></block></next></block></next></block></xml>"
|
||||
}
|
||||
}
|
||||
108
elements/AnaheimTreeLeavesLootTable.mod.json
Normal file
108
elements/AnaheimTreeLeavesLootTable.mod.json
Normal file
@@ -0,0 +1,108 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "loottable",
|
||||
"definition": {
|
||||
"type": "Block",
|
||||
"pools": [
|
||||
{
|
||||
"minrolls": 1,
|
||||
"maxrolls": 1,
|
||||
"minbonusrolls": 1,
|
||||
"maxbonusrolls": 1,
|
||||
"hasbonusrolls": false,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"item": {
|
||||
"value": "Items.STICK"
|
||||
},
|
||||
"weight": 3,
|
||||
"minCount": 1,
|
||||
"maxCount": 1,
|
||||
"minEnchantmentLevel": 0,
|
||||
"maxEnchantmentLevel": 0,
|
||||
"affectedByFortune": true,
|
||||
"explosionDecay": false,
|
||||
"silkTouchMode": 2
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"item": {
|
||||
"value": "Blocks.AIR"
|
||||
},
|
||||
"weight": 100,
|
||||
"minCount": 1,
|
||||
"maxCount": 1,
|
||||
"minEnchantmentLevel": 0,
|
||||
"maxEnchantmentLevel": 0,
|
||||
"affectedByFortune": false,
|
||||
"explosionDecay": false,
|
||||
"silkTouchMode": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"minrolls": 1,
|
||||
"maxrolls": 1,
|
||||
"minbonusrolls": 1,
|
||||
"maxbonusrolls": 1,
|
||||
"hasbonusrolls": false,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"item": {
|
||||
"value": "CUSTOM:AnaheimLeaves"
|
||||
},
|
||||
"weight": 1,
|
||||
"minCount": 1,
|
||||
"maxCount": 1,
|
||||
"minEnchantmentLevel": 0,
|
||||
"maxEnchantmentLevel": 0,
|
||||
"affectedByFortune": false,
|
||||
"explosionDecay": false,
|
||||
"silkTouchMode": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"minrolls": 1,
|
||||
"maxrolls": 1,
|
||||
"minbonusrolls": 1,
|
||||
"maxbonusrolls": 1,
|
||||
"hasbonusrolls": false,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"item": {
|
||||
"value": "CUSTOM:Orange"
|
||||
},
|
||||
"weight": 10,
|
||||
"minCount": 1,
|
||||
"maxCount": 1,
|
||||
"minEnchantmentLevel": 0,
|
||||
"maxEnchantmentLevel": 0,
|
||||
"affectedByFortune": true,
|
||||
"explosionDecay": false,
|
||||
"silkTouchMode": 2
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"item": {
|
||||
"value": "Blocks.AIR"
|
||||
},
|
||||
"weight": 100,
|
||||
"minCount": 1,
|
||||
"maxCount": 1,
|
||||
"minEnchantmentLevel": 0,
|
||||
"maxEnchantmentLevel": 0,
|
||||
"affectedByFortune": false,
|
||||
"explosionDecay": false,
|
||||
"silkTouchMode": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"name": "blocks/anaheim_leaves",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
137
elements/AnaheimWood.mod.json
Normal file
137
elements/AnaheimWood.mod.json
Normal file
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "block",
|
||||
"definition": {
|
||||
"texture": "anaheim_log_side",
|
||||
"textureTop": "",
|
||||
"textureLeft": "",
|
||||
"textureFront": "",
|
||||
"textureRight": "",
|
||||
"textureBack": "",
|
||||
"renderType": 11,
|
||||
"customModelName": "Single texture",
|
||||
"rotationMode": 5,
|
||||
"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": "Anaheim Wood",
|
||||
"specialInformation": {
|
||||
"fixedValue": []
|
||||
},
|
||||
"hardness": 2.0,
|
||||
"resistance": 2.0,
|
||||
"hasGravity": false,
|
||||
"isWaterloggable": false,
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "BUILDING_BLOCKS"
|
||||
}
|
||||
],
|
||||
"destroyTool": "axe",
|
||||
"customDrop": {
|
||||
"value": ""
|
||||
},
|
||||
"dropAmount": 1,
|
||||
"useLootTableForDrops": false,
|
||||
"requiresCorrectTool": false,
|
||||
"enchantPowerBonus": 0.0,
|
||||
"plantsGrowOn": false,
|
||||
"canRedstoneConnect": false,
|
||||
"lightOpacity": 15,
|
||||
"material": {
|
||||
"value": "WOOD"
|
||||
},
|
||||
"tickRate": 0,
|
||||
"tickRandomly": false,
|
||||
"isReplaceable": false,
|
||||
"canProvidePower": false,
|
||||
"emittedRedstonePower": {
|
||||
"fixedValue": 15.0
|
||||
},
|
||||
"colorOnMap": "DEFAULT",
|
||||
"creativePickItem": {
|
||||
"value": ""
|
||||
},
|
||||
"offsetType": "NONE",
|
||||
"aiPathNodeType": "DEFAULT",
|
||||
"flammability": 5,
|
||||
"fireSpreadSpeed": 0,
|
||||
"isLadder": false,
|
||||
"slipperiness": 0.6,
|
||||
"speedFactor": 1.0,
|
||||
"jumpFactor": 1.0,
|
||||
"reactionToPushing": "NORMAL",
|
||||
"isNotColidable": false,
|
||||
"isCustomSoundType": false,
|
||||
"soundOnStep": {
|
||||
"value": "WOOD"
|
||||
},
|
||||
"breakSound": {
|
||||
"value": ""
|
||||
},
|
||||
"fallSound": {
|
||||
"value": ""
|
||||
},
|
||||
"hitSound": {
|
||||
"value": ""
|
||||
},
|
||||
"placeSound": {
|
||||
"value": ""
|
||||
},
|
||||
"stepSound": {
|
||||
"value": ""
|
||||
},
|
||||
"luminance": 0,
|
||||
"unbreakable": false,
|
||||
"vanillaToolTier": "NONE",
|
||||
"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
|
||||
}
|
||||
}
|
||||
48
elements/AnaheimWoodRecipe.mod.json
Normal file
48
elements/AnaheimWoodRecipe.mod.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "recipe",
|
||||
"definition": {
|
||||
"recipeType": "Crafting",
|
||||
"recipeRetstackSize": 3,
|
||||
"group": "bark",
|
||||
"cookingBookCategory": "MISC",
|
||||
"xpReward": 0.0,
|
||||
"cookingTime": 200,
|
||||
"craftingBookCategory": "BUILDING",
|
||||
"recipeShapeless": false,
|
||||
"recipeSlots": [
|
||||
{
|
||||
"value": "CUSTOM:AnaheimLog"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimLog"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimLog"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:AnaheimLog"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "CUSTOM:AnaheimWood"
|
||||
},
|
||||
"name": "anaheim_wood_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
173
elements/Ari.mod.json
Normal file
173
elements/Ari.mod.json
Normal file
@@ -0,0 +1,173 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "livingentity",
|
||||
"definition": {
|
||||
"mobName": "Ari",
|
||||
"mobLabel": "",
|
||||
"mobModelName": "Biped",
|
||||
"mobModelTexture": "ari.png",
|
||||
"transparentModelCondition": {
|
||||
"fixedValue": false
|
||||
},
|
||||
"isShakingCondition": {
|
||||
"fixedValue": false
|
||||
},
|
||||
"solidBoundingBox": {
|
||||
"fixedValue": false
|
||||
},
|
||||
"visualScale": {
|
||||
"fixedValue": 1.0
|
||||
},
|
||||
"boundingBoxScale": {
|
||||
"fixedValue": 1.0
|
||||
},
|
||||
"modelLayers": [],
|
||||
"animations": [],
|
||||
"modelWidth": 0.6,
|
||||
"modelHeight": 1.8,
|
||||
"modelShadowSize": 0.5,
|
||||
"mountedYOffset": 0.0,
|
||||
"hasSpawnEgg": true,
|
||||
"spawnEggBaseColor": {
|
||||
"value": -65448,
|
||||
"falpha": 0.0
|
||||
},
|
||||
"spawnEggDotColor": {
|
||||
"value": -1,
|
||||
"falpha": 0.0
|
||||
},
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "MISC"
|
||||
}
|
||||
],
|
||||
"isBoss": false,
|
||||
"bossBarColor": "PINK",
|
||||
"bossBarType": "PROGRESS",
|
||||
"equipmentMainHand": {
|
||||
"value": "CUSTOM:OrichalcumSword"
|
||||
},
|
||||
"equipmentOffHand": {
|
||||
"value": ""
|
||||
},
|
||||
"equipmentHelmet": {
|
||||
"value": ""
|
||||
},
|
||||
"equipmentBody": {
|
||||
"value": ""
|
||||
},
|
||||
"equipmentLeggings": {
|
||||
"value": ""
|
||||
},
|
||||
"equipmentBoots": {
|
||||
"value": ""
|
||||
},
|
||||
"mobBehaviourType": "Mob",
|
||||
"mobCreatureType": "UNDEFINED",
|
||||
"attackStrength": 3,
|
||||
"attackKnockback": 0.0,
|
||||
"knockbackResistance": 0.0,
|
||||
"movementSpeed": 0.3,
|
||||
"stepHeight": 0.6,
|
||||
"armorBaseValue": 3.0,
|
||||
"trackingRange": 64,
|
||||
"followRange": 16,
|
||||
"health": 20,
|
||||
"xpAmount": 9,
|
||||
"waterMob": false,
|
||||
"breatheUnderwater": {
|
||||
"fixedValue": false
|
||||
},
|
||||
"pushedByFluids": {
|
||||
"fixedValue": true
|
||||
},
|
||||
"flyingMob": false,
|
||||
"inventorySize": 9,
|
||||
"inventoryStackSize": 64,
|
||||
"disableCollisions": false,
|
||||
"ridable": false,
|
||||
"canControlForward": false,
|
||||
"canControlStrafe": false,
|
||||
"immuneToFire": false,
|
||||
"immuneToArrows": false,
|
||||
"immuneToFallDamage": true,
|
||||
"immuneToCactus": true,
|
||||
"immuneToDrowning": false,
|
||||
"immuneToLightning": false,
|
||||
"immuneToPotions": false,
|
||||
"immuneToPlayer": false,
|
||||
"immuneToExplosion": false,
|
||||
"immuneToTrident": false,
|
||||
"immuneToAnvil": false,
|
||||
"immuneToWither": false,
|
||||
"immuneToDragonBreath": false,
|
||||
"mobDrop": {
|
||||
"value": ""
|
||||
},
|
||||
"livingSound": {
|
||||
"value": "block.amethyst_block.chime"
|
||||
},
|
||||
"hurtSound": {
|
||||
"value": "block.amethyst_block.hit"
|
||||
},
|
||||
"deathSound": {
|
||||
"value": "block.amethyst_block.break"
|
||||
},
|
||||
"stepSound": {
|
||||
"value": "block.amethyst_block.step"
|
||||
},
|
||||
"raidCelebrationSound": {
|
||||
"value": ""
|
||||
},
|
||||
"entityDataEntries": [],
|
||||
"onInitialSpawn": {
|
||||
"name": "AriOnInitialEntitySpawn"
|
||||
},
|
||||
"hasAI": true,
|
||||
"aiBase": "(none)",
|
||||
"aixml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"aitasks_container\" deletable=\"false\" x=\"40\" y=\"40\"><next><block type=\"attack_on_collide\"><field name=\"speed\">1.2</field><field name=\"longmemory\">FALSE</field><field name=\"condition\">null,null</field><next><block type=\"follow_item_in_hands\"><field name=\"speed\">1</field><field name=\"scared\">FALSE</field><field name=\"condition\">null,null</field><value name=\"item\"><block type=\"mcitem_all\"><field name=\"value\">CUSTOM:Orichalcum</field></block></value><next><block type=\"watch_closest_entity\"><field name=\"entity\">EntityPlayer</field><field name=\"radius\">6</field><field name=\"condition\">null,null</field><next><block type=\"wander\"><field name=\"speed\">1</field><field name=\"condition\">null,null</field><next><block type=\"attack_entity\"><field name=\"insight\">TRUE</field><field name=\"nearby\">TRUE</field><field name=\"entity\">EntityMonster</field><field name=\"condition\">null,null</field><next><block type=\"attack_action\"><field name=\"callhelp\">FALSE</field><field name=\"condition\">null,null</field><next><block type=\"look_around\"><field name=\"condition\">null,null</field><next><block type=\"swim_in_water\"><field name=\"condition\">null,null</field></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></next></block></xml>",
|
||||
"breedable": false,
|
||||
"tameable": false,
|
||||
"breedTriggerItems": [],
|
||||
"ranged": false,
|
||||
"rangedAttackItem": {
|
||||
"value": ""
|
||||
},
|
||||
"rangedItemType": "Default item",
|
||||
"rangedAttackInterval": 20,
|
||||
"rangedAttackRadius": 10.0,
|
||||
"spawnThisMob": true,
|
||||
"doesDespawnWhenIdle": false,
|
||||
"spawningProbability": 9,
|
||||
"mobSpawningType": "monster",
|
||||
"minNumberOfMobsPerGroup": 1,
|
||||
"maxNumberOfMobsPerGroup": 1,
|
||||
"restrictionBiomes": [
|
||||
{
|
||||
"value": "cold_beach"
|
||||
},
|
||||
{
|
||||
"value": "snowy_tundra"
|
||||
},
|
||||
{
|
||||
"value": "taiga_cold"
|
||||
},
|
||||
{
|
||||
"value": "cherry_grove"
|
||||
},
|
||||
{
|
||||
"value": "snowy_slopes"
|
||||
}
|
||||
],
|
||||
"spawnInDungeons": false,
|
||||
"raidSpawnsCount": [
|
||||
4,
|
||||
3,
|
||||
3,
|
||||
4,
|
||||
4,
|
||||
4,
|
||||
2
|
||||
]
|
||||
}
|
||||
}
|
||||
48
elements/AriLootTable.mod.json
Normal file
48
elements/AriLootTable.mod.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "loottable",
|
||||
"definition": {
|
||||
"type": "Entity",
|
||||
"pools": [
|
||||
{
|
||||
"minrolls": 1,
|
||||
"maxrolls": 2,
|
||||
"minbonusrolls": 1,
|
||||
"maxbonusrolls": 1,
|
||||
"hasbonusrolls": false,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"item": {
|
||||
"value": "CUSTOM:Orichalcum"
|
||||
},
|
||||
"weight": 25,
|
||||
"minCount": 1,
|
||||
"maxCount": 1,
|
||||
"minEnchantmentLevel": 0,
|
||||
"maxEnchantmentLevel": 0,
|
||||
"affectedByFortune": true,
|
||||
"explosionDecay": false,
|
||||
"silkTouchMode": 0
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"item": {
|
||||
"value": "Blocks.AIR"
|
||||
},
|
||||
"weight": 100,
|
||||
"minCount": 1,
|
||||
"maxCount": 1,
|
||||
"minEnchantmentLevel": 0,
|
||||
"maxEnchantmentLevel": 0,
|
||||
"affectedByFortune": false,
|
||||
"explosionDecay": false,
|
||||
"silkTouchMode": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"name": "entities/ari",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
7
elements/AriOnInitialEntitySpawn.mod.json
Normal file
7
elements/AriOnInitialEntitySpawn.mod.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "procedure",
|
||||
"definition": {
|
||||
"procedurexml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><variables><variable type=\"Number\" id=\"pickedScale\">pickedScale</variable></variables><block type=\"event_trigger\" deletable=\"false\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"variables_set_number\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" is_player_var=\"false\" has_entity=\"false\"></mutation><field name=\"VAR\">local:pickedScale</field><value name=\"VAL\"><block type=\"math_random_number_between\"><value name=\"min\"><block type=\"math_number\"><field name=\"NUM\">0.5</field></block></value><value name=\"max\"><block type=\"math_number\"><field name=\"NUM\">1.5</field></block></value></block></value><next><block type=\"setsize\"><field name=\"scale\">HEIGHT</field><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><value name=\"value\"><block type=\"variables_get_number\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" is_player_var=\"false\" has_entity=\"false\"></mutation><field name=\"VAR\">local:pickedScale</field></block></value><next><block type=\"setsize\"><field name=\"scale\">WIDTH</field><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><value name=\"value\"><block type=\"variables_get_number\"><mutation xmlns=\"http://www.w3.org/1999/xhtml\" is_player_var=\"false\" has_entity=\"false\"></mutation><field name=\"VAR\">local:pickedScale</field></block></value></block></next></block></next></block></next></block></xml>"
|
||||
}
|
||||
}
|
||||
48
elements/AriSpawnEggRecipe.mod.json
Normal file
48
elements/AriSpawnEggRecipe.mod.json
Normal 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_FLOWER#0"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:Orichalcum"
|
||||
},
|
||||
{
|
||||
"value": "Blocks.RED_FLOWER#0"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:Orichalcum"
|
||||
},
|
||||
{
|
||||
"value": "Items.FOX_SPAWN_EGG"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:Orichalcum"
|
||||
},
|
||||
{
|
||||
"value": "Items.SWEET_BERRIES"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:Orichalcum"
|
||||
},
|
||||
{
|
||||
"value": "Items.SWEET_BERRIES"
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "CUSTOM:Ari.spawn_egg"
|
||||
},
|
||||
"name": "ari_spawn_egg_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
@@ -2,8 +2,8 @@
|
||||
"_fv": 73,
|
||||
"_type": "achievement",
|
||||
"definition": {
|
||||
"achievementName": "Unobtainium Block",
|
||||
"achievementDescription": "Obtain Bedrock",
|
||||
"achievementName": "The Voices Are Gone. But This Is Just The Beginning.",
|
||||
"achievementDescription": "Obtain Bedrock via sacrificing valuable time of your life",
|
||||
"achievementIcon": {
|
||||
"value": "Blocks.BEDROCK"
|
||||
},
|
||||
@@ -17,7 +17,7 @@
|
||||
"rewardXP": 0,
|
||||
"achievementType": "challenge",
|
||||
"parent": {
|
||||
"value": "CUSTOM:BedrockShardAdvancement"
|
||||
"value": "CUSTOM:HexaCondensedNetherrackAdvancement"
|
||||
},
|
||||
"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>"
|
||||
}
|
||||
|
||||
68
elements/BedrockApple.mod.json
Normal file
68
elements/BedrockApple.mod.json
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "item",
|
||||
"definition": {
|
||||
"renderType": 0,
|
||||
"texture": "bedrock_apple",
|
||||
"customModelName": "Normal",
|
||||
"customProperties": {},
|
||||
"states": [],
|
||||
"name": "Bedrock Apple",
|
||||
"rarity": "EPIC",
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "FOOD"
|
||||
}
|
||||
],
|
||||
"stackSize": 64,
|
||||
"enchantability": 0,
|
||||
"useDuration": 9,
|
||||
"toolType": 1.0,
|
||||
"damageCount": 0,
|
||||
"recipeRemainder": {
|
||||
"value": ""
|
||||
},
|
||||
"destroyAnyBlock": false,
|
||||
"immuneToFire": true,
|
||||
"stayInGridWhenCrafting": false,
|
||||
"damageOnCrafting": false,
|
||||
"enableMeleeDamage": false,
|
||||
"damageVsEntity": 0.0,
|
||||
"specialInformation": {
|
||||
"fixedValue": [
|
||||
"When consumed: Grants permanent creative flight."
|
||||
]
|
||||
},
|
||||
"glowCondition": {
|
||||
"fixedValue": true
|
||||
},
|
||||
"inventorySize": 9,
|
||||
"inventoryStackSize": 64,
|
||||
"onFinishUsingItem": {
|
||||
"name": "BedrockApplePlayerFinishesUsingItem"
|
||||
},
|
||||
"enableRanged": false,
|
||||
"shootConstantly": false,
|
||||
"rangedItemChargesPower": false,
|
||||
"projectile": {
|
||||
"value": "CUSTOM:PocketLightningProjectile"
|
||||
},
|
||||
"projectileDisableAmmoCheck": false,
|
||||
"isFood": true,
|
||||
"nutritionalValue": 20,
|
||||
"saturation": 4.0,
|
||||
"eatResultItem": {
|
||||
"value": ""
|
||||
},
|
||||
"isMeat": false,
|
||||
"isAlwaysEdible": true,
|
||||
"animation": "eat",
|
||||
"isMusicDisc": false,
|
||||
"musicDiscMusic": {
|
||||
"value": ""
|
||||
},
|
||||
"musicDiscDescription": "",
|
||||
"musicDiscLengthInTicks": 100,
|
||||
"musicDiscAnalogOutput": 0
|
||||
}
|
||||
}
|
||||
24
elements/BedrockAppleAdvancement.mod.json
Normal file
24
elements/BedrockAppleAdvancement.mod.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "achievement",
|
||||
"definition": {
|
||||
"achievementName": "Need A Dentist Appointment After This",
|
||||
"achievementDescription": "Eat a Bedrock Apple",
|
||||
"achievementIcon": {
|
||||
"value": "CUSTOM:BedrockApple"
|
||||
},
|
||||
"background": "Default",
|
||||
"disableDisplay": false,
|
||||
"showPopup": true,
|
||||
"announceToChat": true,
|
||||
"hideIfNotCompleted": false,
|
||||
"rewardLoot": [],
|
||||
"rewardRecipes": [],
|
||||
"rewardXP": 0,
|
||||
"achievementType": "challenge",
|
||||
"parent": {
|
||||
"value": "CUSTOM:BedrockAdvancement"
|
||||
},
|
||||
"triggerxml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"advancement_trigger\" deletable=\"false\" x=\"40\" y=\"80\"><next><block type=\"item_consumed\"><value name=\"item\"><block type=\"mcitem_all\"><field name=\"value\">CUSTOM:BedrockApple</field></block></value></block></next></block></xml>"
|
||||
}
|
||||
}
|
||||
7
elements/BedrockApplePlayerFinishesUsingItem.mod.json
Normal file
7
elements/BedrockApplePlayerFinishesUsingItem.mod.json
Normal 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=\"-8\" y=\"-16\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"logic_negate\"><value name=\"BOOL\"><block type=\"world_data_isremote\"></block></value></block></value><statement name=\"DO0\"><block type=\"entity_add_potion_advanced\"><field name=\"potion\">BLINDNESS</field><value name=\"level\"><block type=\"math_number\"><field name=\"NUM\">0</field></block></value><value name=\"duration\"><block type=\"math_number\"><field name=\"NUM\">2000</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\">DARKNESS</field><value name=\"level\"><block type=\"math_number\"><field name=\"NUM\">0</field></block></value><value name=\"duration\"><block type=\"math_number\"><field name=\"NUM\">2000</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\">WITHER</field><value name=\"level\"><block type=\"math_number\"><field name=\"NUM\">0</field></block></value><value name=\"duration\"><block type=\"math_number\"><field name=\"NUM\">100</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=\"controls_if\"><value name=\"IF0\"><block type=\"logic_entity_compare\"><field name=\"entity\">EntityPlayer</field><value name=\"compareTo\"><block type=\"entity_from_deps\"></block></value></block></value><statement name=\"DO0\"><block type=\"entity_set_scoreboard_score\"><value name=\"score\"><block type=\"text\"><field name=\"TEXT\">PermanentCreativeFlight</field></block></value><value name=\"value\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><next><block type=\"entity_allow_flying\"><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><value name=\"condition\"><block type=\"math_binary_ops\"><field name=\"OP\">EQ</field><value name=\"A\"><block type=\"entity_get_scoreboard_score\"><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><value name=\"score\"><block type=\"text\"><field name=\"TEXT\">PermanentCreativeFlight</field></block></value></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value></block></value><next><block type=\"entity_send_chat\"><value name=\"text\"><block type=\"text\"><field name=\"TEXT\">§0Bedrock Apple §rgranted you Creative Flight!</field></block></value><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><value name=\"actbar\"><block type=\"logic_boolean\"><field name=\"BOOL\">FALSE</field></block></value></block></next></block></next></block></statement></block></next></block></next></block></next></block></statement></block></next></block></xml>"
|
||||
}
|
||||
}
|
||||
48
elements/BedrockAppleRecipe.mod.json
Normal file
48
elements/BedrockAppleRecipe.mod.json
Normal 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": "Blocks.BEDROCK"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:VoidApple"
|
||||
},
|
||||
{
|
||||
"value": "Blocks.BEDROCK"
|
||||
},
|
||||
{
|
||||
"value": "Blocks.BEDROCK"
|
||||
},
|
||||
{
|
||||
"value": "Blocks.BEDROCK"
|
||||
},
|
||||
{
|
||||
"value": "Blocks.BEDROCK"
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "CUSTOM:BedrockApple"
|
||||
},
|
||||
"name": "bedrock_apple_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
24
elements/BedrockEaterAdvancement.mod.json
Normal file
24
elements/BedrockEaterAdvancement.mod.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "achievement",
|
||||
"definition": {
|
||||
"achievementName": "Somehow, Being Made Of Bedrock Makes It More Replinishing. Yeah. I don't know.",
|
||||
"achievementDescription": "Eat a block with the Bedrock Eater",
|
||||
"achievementIcon": {
|
||||
"value": "CUSTOM:BedrockEater"
|
||||
},
|
||||
"background": "Default",
|
||||
"disableDisplay": false,
|
||||
"showPopup": true,
|
||||
"announceToChat": true,
|
||||
"hideIfNotCompleted": false,
|
||||
"rewardLoot": [],
|
||||
"rewardRecipes": [],
|
||||
"rewardXP": 0,
|
||||
"achievementType": "challenge",
|
||||
"parent": {
|
||||
"value": "CUSTOM:BlockEaterAdvancement"
|
||||
},
|
||||
"triggerxml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"advancement_trigger\" deletable=\"false\" x=\"54\" y=\"86\"><next><block type=\"custom_trigger\"></block></next></block></xml>"
|
||||
}
|
||||
}
|
||||
@@ -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=\"logic_binary_ops\" inline=\"false\"><field name=\"OP\">OR</field><value name=\"A\"><block type=\"compare_mcblocks\"><value name=\"a\"><block type=\"world_data_blockat\"><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=\"mcitem_allblocks\"><field name=\"value\">Blocks.BEDROCK</field></block></value></block></value><value name=\"B\"><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></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\">6</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\">3</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\">300</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>"
|
||||
"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=\"logic_binary_ops\" inline=\"false\"><field name=\"OP\">OR</field><value name=\"A\"><block type=\"compare_mcblocks\"><value name=\"a\"><block type=\"world_data_blockat\"><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=\"mcitem_allblocks\"><field name=\"value\">Blocks.BEDROCK</field></block></value></block></value><value name=\"B\"><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></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\">6</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\">3</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\">300</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:BedrockEaterAdvancement</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:BedrockEaterAdvancement</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>"
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -2,8 +2,8 @@
|
||||
"_fv": 73,
|
||||
"_type": "achievement",
|
||||
"definition": {
|
||||
"achievementName": "Unobtainium",
|
||||
"achievementDescription": "Obtain Bedrock Shard",
|
||||
"achievementName": "A Shard That Weighs As Much As 531,441 Netherracks",
|
||||
"achievementDescription": "Obtain Bedrock Shard via mining Bedrock with a non-silk-touch Bedrock Pickaxe",
|
||||
"achievementIcon": {
|
||||
"value": "CUSTOM:BedrockShard"
|
||||
},
|
||||
@@ -17,7 +17,7 @@
|
||||
"rewardXP": 0,
|
||||
"achievementType": "challenge",
|
||||
"parent": {
|
||||
"value": "No parent: root"
|
||||
"value": "CUSTOM:BedrockAdvancement"
|
||||
},
|
||||
"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>"
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
},
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "TOOLS"
|
||||
"value": "COMBAT"
|
||||
}
|
||||
],
|
||||
"efficiency": 4.0,
|
||||
|
||||
@@ -124,9 +124,6 @@
|
||||
"isFluidTank": false,
|
||||
"fluidCapacity": 8000,
|
||||
"fluidRestrictions": [],
|
||||
"onRedstoneOn": {
|
||||
"name": "BedrockifierLogic"
|
||||
},
|
||||
"generateFeature": false,
|
||||
"restrictionBiomes": [],
|
||||
"blocksToReplace": [
|
||||
|
||||
@@ -96,10 +96,16 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "image",
|
||||
"type": "button",
|
||||
"data": {
|
||||
"image": "right_arrow_sign.png",
|
||||
"use1Xscale": false,
|
||||
"name": "button_empty",
|
||||
"text": "->",
|
||||
"isUndecorated": false,
|
||||
"onClick": {
|
||||
"name": "BedrockifierLogic"
|
||||
},
|
||||
"width": 35,
|
||||
"height": 20,
|
||||
"x": 222,
|
||||
"y": 71,
|
||||
"locked": false
|
||||
|
||||
@@ -21,22 +21,22 @@
|
||||
"value": "Blocks.BEDROCK"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:CondensedCondensedCondensedNetherrack"
|
||||
"value": "Blocks.BEDROCK"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:Cheese"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:CondensedCondensedCondensedNetherrack"
|
||||
"value": "Blocks.BEDROCK"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:CondensedCondensedCondensedNetherrack"
|
||||
"value": "Blocks.BEDROCK"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:CondensedCondensedCondensedNetherrack"
|
||||
"value": "Blocks.BEDROCK"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:CondensedCondensedCondensedNetherrack"
|
||||
"value": "Blocks.BEDROCK"
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
|
||||
24
elements/BlackIronAdvancement.mod.json
Normal file
24
elements/BlackIronAdvancement.mod.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "achievement",
|
||||
"definition": {
|
||||
"achievementName": "\"Black\" Iron Ingot",
|
||||
"achievementDescription": "Obtain Black Iron Ingot",
|
||||
"achievementIcon": {
|
||||
"value": "CUSTOM:BlackIronIngot"
|
||||
},
|
||||
"background": "Default",
|
||||
"disableDisplay": false,
|
||||
"showPopup": true,
|
||||
"announceToChat": true,
|
||||
"hideIfNotCompleted": false,
|
||||
"rewardLoot": [],
|
||||
"rewardRecipes": [],
|
||||
"rewardXP": 0,
|
||||
"achievementType": "goal",
|
||||
"parent": {
|
||||
"value": "CUSTOM:WelcomeAdvancement"
|
||||
},
|
||||
"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:BlackIronIngot</field></block></value></block></next></block></xml>"
|
||||
}
|
||||
}
|
||||
68
elements/BlackIronApple.mod.json
Normal file
68
elements/BlackIronApple.mod.json
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "item",
|
||||
"definition": {
|
||||
"renderType": 0,
|
||||
"texture": "black_iron_apple",
|
||||
"customModelName": "Normal",
|
||||
"customProperties": {},
|
||||
"states": [],
|
||||
"name": "Black Iron Apple",
|
||||
"rarity": "EPIC",
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "FOOD"
|
||||
}
|
||||
],
|
||||
"stackSize": 64,
|
||||
"enchantability": 0,
|
||||
"useDuration": 9,
|
||||
"toolType": 1.0,
|
||||
"damageCount": 0,
|
||||
"recipeRemainder": {
|
||||
"value": ""
|
||||
},
|
||||
"destroyAnyBlock": false,
|
||||
"immuneToFire": true,
|
||||
"stayInGridWhenCrafting": false,
|
||||
"damageOnCrafting": false,
|
||||
"enableMeleeDamage": false,
|
||||
"damageVsEntity": 0.0,
|
||||
"specialInformation": {
|
||||
"fixedValue": [
|
||||
"When consumed: Grants 1 permanent bonus Armor and 0.67 permanent bonus Armor Toughness."
|
||||
]
|
||||
},
|
||||
"glowCondition": {
|
||||
"fixedValue": true
|
||||
},
|
||||
"inventorySize": 9,
|
||||
"inventoryStackSize": 64,
|
||||
"onFinishUsingItem": {
|
||||
"name": "BlackIronApplePlayerFinishesUsingItem"
|
||||
},
|
||||
"enableRanged": false,
|
||||
"shootConstantly": false,
|
||||
"rangedItemChargesPower": false,
|
||||
"projectile": {
|
||||
"value": "CUSTOM:PocketLightningProjectile"
|
||||
},
|
||||
"projectileDisableAmmoCheck": false,
|
||||
"isFood": true,
|
||||
"nutritionalValue": 8,
|
||||
"saturation": 0.7,
|
||||
"eatResultItem": {
|
||||
"value": ""
|
||||
},
|
||||
"isMeat": false,
|
||||
"isAlwaysEdible": true,
|
||||
"animation": "eat",
|
||||
"isMusicDisc": false,
|
||||
"musicDiscMusic": {
|
||||
"value": ""
|
||||
},
|
||||
"musicDiscDescription": "",
|
||||
"musicDiscLengthInTicks": 100,
|
||||
"musicDiscAnalogOutput": 0
|
||||
}
|
||||
}
|
||||
24
elements/BlackIronAppleAdvancement.mod.json
Normal file
24
elements/BlackIronAppleAdvancement.mod.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "achievement",
|
||||
"definition": {
|
||||
"achievementName": "Who Thought This Was A Good Idea???",
|
||||
"achievementDescription": "Eat a Black Iron Apple",
|
||||
"achievementIcon": {
|
||||
"value": "CUSTOM:BlackIronApple"
|
||||
},
|
||||
"background": "Default",
|
||||
"disableDisplay": false,
|
||||
"showPopup": true,
|
||||
"announceToChat": true,
|
||||
"hideIfNotCompleted": false,
|
||||
"rewardLoot": [],
|
||||
"rewardRecipes": [],
|
||||
"rewardXP": 0,
|
||||
"achievementType": "challenge",
|
||||
"parent": {
|
||||
"value": "CUSTOM:BlackIronAdvancement"
|
||||
},
|
||||
"triggerxml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"advancement_trigger\" deletable=\"false\" x=\"40\" y=\"80\"><next><block type=\"item_consumed\"><value name=\"item\"><block type=\"mcitem_all\"><field name=\"value\">CUSTOM:BlackIronApple</field></block></value></block></next></block></xml>"
|
||||
}
|
||||
}
|
||||
7
elements/BlackIronApplePlayerFinishesUsingItem.mod.json
Normal file
7
elements/BlackIronApplePlayerFinishesUsingItem.mod.json
Normal 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=\"-8\" y=\"-16\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"logic_negate\"><value name=\"BOOL\"><block type=\"world_data_isremote\"></block></value></block></value><statement name=\"DO0\"><block type=\"entity_add_potion_advanced\"><field name=\"potion\">ABSORPTION</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\">600</field></block></value><value name=\"ambient\"><block type=\"logic_boolean\"><field name=\"BOOL\">TRUE</field></block></value><value name=\"particles\"><block type=\"logic_boolean\"><field name=\"BOOL\">TRUE</field></block></value><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><next><block type=\"entity_set_attribute_base_value\"><field name=\"attribute\">ARMOR</field><value name=\"value\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"entity_get_attribute_base_value\"><field name=\"attribute\">ARMOR</field><value name=\"entity\"><block type=\"entity_from_deps\"></block></value></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value></block></value><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><next><block type=\"entity_set_attribute_base_value\"><field name=\"attribute\">ARMOR_TOUGHNESS</field><value name=\"value\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"entity_get_attribute_base_value\"><field name=\"attribute\">ARMOR_TOUGHNESS</field><value name=\"entity\"><block type=\"entity_from_deps\"></block></value></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value></block></value><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><next><block type=\"entity_set_scoreboard_score\"><value name=\"score\"><block type=\"text\"><field name=\"TEXT\">PermanentBonusArmor</field></block></value><value name=\"value\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"entity_get_scoreboard_score\"><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><value name=\"score\"><block type=\"text\"><field name=\"TEXT\">PermanentBonusArmor</field></block></value></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value></block></value><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><next><block type=\"entity_set_scoreboard_score\"><value name=\"score\"><block type=\"text\"><field name=\"TEXT\">PermanentBonusArmorToughness</field></block></value><value name=\"value\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"entity_get_scoreboard_score\"><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><value name=\"score\"><block type=\"text\"><field name=\"TEXT\">PermanentBonusArmorToughness</field></block></value></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value></block></value><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"logic_entity_compare\"><field name=\"entity\">EntityPlayer</field><value name=\"compareTo\"><block type=\"entity_from_deps\"></block></value></block></value><statement name=\"DO0\"><block type=\"entity_send_chat\"><value name=\"text\"><block type=\"text\"><field name=\"TEXT\">§8Black Iron Apple §rgranted you bonus Armor and Armor Toughenss!</field></block></value><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><value name=\"actbar\"><block type=\"logic_boolean\"><field name=\"BOOL\">FALSE</field></block></value></block></statement></block></next></block></next></block></next></block></next></block></next></block></statement></block></next></block></xml>"
|
||||
}
|
||||
}
|
||||
28
elements/BlackIronAppleRecipe.mod.json
Normal file
28
elements/BlackIronAppleRecipe.mod.json
Normal 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.GOLDEN_APPLE#1"
|
||||
},
|
||||
"smithingInputAdditionStack": {
|
||||
"value": "CUSTOM:PowerStar"
|
||||
},
|
||||
"smithingInputTemplateStack": {
|
||||
"value": "CUSTOM:BlackIronBlock"
|
||||
},
|
||||
"smithingReturnStack": {
|
||||
"value": "CUSTOM:BlackIronApple"
|
||||
},
|
||||
"name": "black_iron_apple_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
137
elements/BlackIronBlock.mod.json
Normal file
137
elements/BlackIronBlock.mod.json
Normal file
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "block",
|
||||
"definition": {
|
||||
"texture": "black_iron_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": "Black Iron Block",
|
||||
"specialInformation": {
|
||||
"fixedValue": []
|
||||
},
|
||||
"hardness": 5.0,
|
||||
"resistance": 6.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": "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": "METAL"
|
||||
},
|
||||
"breakSound": {
|
||||
"value": ""
|
||||
},
|
||||
"fallSound": {
|
||||
"value": ""
|
||||
},
|
||||
"hitSound": {
|
||||
"value": ""
|
||||
},
|
||||
"placeSound": {
|
||||
"value": ""
|
||||
},
|
||||
"stepSound": {
|
||||
"value": ""
|
||||
},
|
||||
"luminance": 0,
|
||||
"unbreakable": false,
|
||||
"vanillaToolTier": "STONE",
|
||||
"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
|
||||
}
|
||||
}
|
||||
48
elements/BlackIronBlockRecipe.mod.json
Normal file
48
elements/BlackIronBlockRecipe.mod.json
Normal 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:BlackIronIngot"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:BlackIronIngot"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:BlackIronIngot"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:BlackIronIngot"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:BlackIronIngot"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:BlackIronIngot"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:BlackIronIngot"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:BlackIronIngot"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:BlackIronIngot"
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "CUSTOM:BlackIronBlock"
|
||||
},
|
||||
"name": "black_iron_block_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
63
elements/BlackIronIngot.mod.json
Normal file
63
elements/BlackIronIngot.mod.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "item",
|
||||
"definition": {
|
||||
"renderType": 0,
|
||||
"texture": "black_iron_ingot",
|
||||
"customModelName": "Normal",
|
||||
"customProperties": {},
|
||||
"states": [],
|
||||
"name": "Black Iron Ingot",
|
||||
"rarity": "COMMON",
|
||||
"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
|
||||
}
|
||||
}
|
||||
28
elements/BlackIronIngotRecipe.mod.json
Normal file
28
elements/BlackIronIngotRecipe.mod.json
Normal 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.IRON_INGOT"
|
||||
},
|
||||
"smithingInputAdditionStack": {
|
||||
"value": "Items.DYE#16"
|
||||
},
|
||||
"smithingInputTemplateStack": {
|
||||
"value": "CUSTOM:BlackIronUpgradeSmithingTemplate"
|
||||
},
|
||||
"smithingReturnStack": {
|
||||
"value": "CUSTOM:BlackIronIngot"
|
||||
},
|
||||
"name": "black_iron_ingot_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
63
elements/BlackIronUpgradeSmithingTemplate.mod.json
Normal file
63
elements/BlackIronUpgradeSmithingTemplate.mod.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "item",
|
||||
"definition": {
|
||||
"renderType": 0,
|
||||
"texture": "black_iron_upgrade_smithing_template",
|
||||
"customModelName": "Normal",
|
||||
"customProperties": {},
|
||||
"states": [],
|
||||
"name": "Black Iron Upgrade Template",
|
||||
"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:PocketLightningProjectile"
|
||||
},
|
||||
"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
|
||||
}
|
||||
}
|
||||
48
elements/BlackIronUpgradeSmithingTemplateRecipe.mod.json
Normal file
48
elements/BlackIronUpgradeSmithingTemplateRecipe.mod.json
Normal 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.IRON_INGOT"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:BlackIronUpgradeSmithingTemplate"
|
||||
},
|
||||
{
|
||||
"value": "Items.IRON_INGOT"
|
||||
},
|
||||
{
|
||||
"value": "Items.IRON_INGOT"
|
||||
},
|
||||
{
|
||||
"value": "Blocks.BLACKSTONE"
|
||||
},
|
||||
{
|
||||
"value": "Items.IRON_INGOT"
|
||||
},
|
||||
{
|
||||
"value": "Items.IRON_INGOT"
|
||||
},
|
||||
{
|
||||
"value": "Items.IRON_INGOT"
|
||||
},
|
||||
{
|
||||
"value": "Items.IRON_INGOT"
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "CUSTOM:BlackIronUpgradeSmithingTemplate"
|
||||
},
|
||||
"name": "black_iron_upgrade_smithing_template_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
68
elements/BlazeApple.mod.json
Normal file
68
elements/BlazeApple.mod.json
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "item",
|
||||
"definition": {
|
||||
"renderType": 0,
|
||||
"texture": "blaze_apple",
|
||||
"customModelName": "Normal",
|
||||
"customProperties": {},
|
||||
"states": [],
|
||||
"name": "Blaze Apple",
|
||||
"rarity": "EPIC",
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "FOOD"
|
||||
}
|
||||
],
|
||||
"stackSize": 64,
|
||||
"enchantability": 0,
|
||||
"useDuration": 9,
|
||||
"toolType": 1.0,
|
||||
"damageCount": 0,
|
||||
"recipeRemainder": {
|
||||
"value": ""
|
||||
},
|
||||
"destroyAnyBlock": false,
|
||||
"immuneToFire": true,
|
||||
"stayInGridWhenCrafting": false,
|
||||
"damageOnCrafting": false,
|
||||
"enableMeleeDamage": false,
|
||||
"damageVsEntity": 0.0,
|
||||
"specialInformation": {
|
||||
"fixedValue": [
|
||||
"When consumed: Grants permanent Fire Resistance."
|
||||
]
|
||||
},
|
||||
"glowCondition": {
|
||||
"fixedValue": true
|
||||
},
|
||||
"inventorySize": 9,
|
||||
"inventoryStackSize": 64,
|
||||
"onFinishUsingItem": {
|
||||
"name": "BlazeApplePlayerFinishesUsingItem"
|
||||
},
|
||||
"enableRanged": false,
|
||||
"shootConstantly": false,
|
||||
"rangedItemChargesPower": false,
|
||||
"projectile": {
|
||||
"value": "CUSTOM:PocketLightningProjectile"
|
||||
},
|
||||
"projectileDisableAmmoCheck": false,
|
||||
"isFood": true,
|
||||
"nutritionalValue": 9,
|
||||
"saturation": 1.1,
|
||||
"eatResultItem": {
|
||||
"value": ""
|
||||
},
|
||||
"isMeat": false,
|
||||
"isAlwaysEdible": true,
|
||||
"animation": "eat",
|
||||
"isMusicDisc": false,
|
||||
"musicDiscMusic": {
|
||||
"value": ""
|
||||
},
|
||||
"musicDiscDescription": "",
|
||||
"musicDiscLengthInTicks": 100,
|
||||
"musicDiscAnalogOutput": 0
|
||||
}
|
||||
}
|
||||
24
elements/BlazeAppleAdvancement.mod.json
Normal file
24
elements/BlazeAppleAdvancement.mod.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "achievement",
|
||||
"definition": {
|
||||
"achievementName": "That Burns... Or Does It?",
|
||||
"achievementDescription": "Eat a Blaze Apple",
|
||||
"achievementIcon": {
|
||||
"value": "CUSTOM:BlazeApple"
|
||||
},
|
||||
"background": "Default",
|
||||
"disableDisplay": false,
|
||||
"showPopup": true,
|
||||
"announceToChat": true,
|
||||
"hideIfNotCompleted": false,
|
||||
"rewardLoot": [],
|
||||
"rewardRecipes": [],
|
||||
"rewardXP": 0,
|
||||
"achievementType": "challenge",
|
||||
"parent": {
|
||||
"value": "CUSTOM:OrichalcumAppleAdvancement"
|
||||
},
|
||||
"triggerxml": "<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"advancement_trigger\" deletable=\"false\" x=\"40\" y=\"80\"><next><block type=\"item_consumed\"><value name=\"item\"><block type=\"mcitem_all\"><field name=\"value\">CUSTOM:BlazeApple</field></block></value></block></next></block></xml>"
|
||||
}
|
||||
}
|
||||
7
elements/BlazeApplePlayerFinishesUsingItem.mod.json
Normal file
7
elements/BlazeApplePlayerFinishesUsingItem.mod.json
Normal 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=\"-8\" y=\"-16\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"logic_negate\"><value name=\"BOOL\"><block type=\"world_data_isremote\"></block></value></block></value><statement name=\"DO0\"><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\">900</field></block></value><value name=\"ambient\"><block type=\"logic_boolean\"><field name=\"BOOL\">TRUE</field></block></value><value name=\"particles\"><block type=\"logic_boolean\"><field name=\"BOOL\">TRUE</field></block></value><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><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\">900</field></block></value><value name=\"ambient\"><block type=\"logic_boolean\"><field name=\"BOOL\">TRUE</field></block></value><value name=\"particles\"><block type=\"logic_boolean\"><field name=\"BOOL\">TRUE</field></block></value><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><next><block type=\"entity_set_scoreboard_score\"><value name=\"score\"><block type=\"text\"><field name=\"TEXT\">PermanentFireResistance</field></block></value><value name=\"value\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"logic_entity_compare\"><field name=\"entity\">EntityPlayer</field><value name=\"compareTo\"><block type=\"entity_from_deps\"></block></value></block></value><statement name=\"DO0\"><block type=\"entity_send_chat\"><value name=\"text\"><block type=\"text\"><field name=\"TEXT\">§6Blaze Apple §rgranted you permanent Fire Resistance!</field></block></value><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><value name=\"actbar\"><block type=\"logic_boolean\"><field name=\"BOOL\">FALSE</field></block></value></block></statement></block></next></block></next></block></next></block></statement></block></next></block></xml>"
|
||||
}
|
||||
}
|
||||
48
elements/BlazeAppleRecipe.mod.json
Normal file
48
elements/BlazeAppleRecipe.mod.json
Normal 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_POWDER"
|
||||
},
|
||||
{
|
||||
"value": "Items.BLAZE_POWDER"
|
||||
},
|
||||
{
|
||||
"value": "Items.BLAZE_POWDER"
|
||||
},
|
||||
{
|
||||
"value": "Items.BLAZE_POWDER"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:OrichalcumApple"
|
||||
},
|
||||
{
|
||||
"value": "Items.BLAZE_POWDER"
|
||||
},
|
||||
{
|
||||
"value": "Items.BLAZE_POWDER"
|
||||
},
|
||||
{
|
||||
"value": "Items.BLAZE_POWDER"
|
||||
},
|
||||
{
|
||||
"value": "Items.BLAZE_POWDER"
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "CUSTOM:BlazeApple"
|
||||
},
|
||||
"name": "blaze_apple_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
@@ -8,23 +8,23 @@
|
||||
"cookingBookCategory": "MISC",
|
||||
"xpReward": 0.0,
|
||||
"cookingTime": 200,
|
||||
"craftingBookCategory": "BUILDING",
|
||||
"craftingBookCategory": "MISC",
|
||||
"recipeShapeless": false,
|
||||
"recipeSlots": [
|
||||
{
|
||||
"value": "Blocks.MAGMA"
|
||||
},
|
||||
{
|
||||
"value": "Blocks.MAGMA"
|
||||
"value": "Items.BLAZE_POWDER"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": "Blocks.MAGMA"
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": "Blocks.MAGMA"
|
||||
"value": "Items.BLAZE_POWDER"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
@@ -40,9 +40,9 @@
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "CUSTOM:MagmaBricks"
|
||||
"value": "Items.BLAZE_ROD"
|
||||
},
|
||||
"name": "magma_bricks_recipe",
|
||||
"name": "blaze_rod_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
12
elements/BleedDamageType.mod.json
Normal file
12
elements/BleedDamageType.mod.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "damagetype",
|
||||
"definition": {
|
||||
"exhaustion": 0.1,
|
||||
"scaling": "never",
|
||||
"effects": "hurt",
|
||||
"normalDeathMessage": "%1$s bled to death",
|
||||
"itemDeathMessage": "%1$s was bled to death by %2$s using %3$s",
|
||||
"playerDeathMessage": "%1$s bled to death whilst trying to escape %2$s"
|
||||
}
|
||||
}
|
||||
23
elements/BleedEffect.mod.json
Normal file
23
elements/BleedEffect.mod.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "potioneffect",
|
||||
"definition": {
|
||||
"effectName": "Bleeding",
|
||||
"icon": "bleed",
|
||||
"color": {
|
||||
"value": -65536,
|
||||
"falpha": 0.0
|
||||
},
|
||||
"isInstant": false,
|
||||
"mobEffectCategory": "HARMFUL",
|
||||
"renderStatusInInventory": true,
|
||||
"renderStatusInHUD": true,
|
||||
"isCuredByMilk": false,
|
||||
"isProtectedByTotem": true,
|
||||
"isCuredbyHoney": false,
|
||||
"modifiers": [],
|
||||
"onActiveTick": {
|
||||
"name": "BleedEffectOnEffectActiveTick"
|
||||
}
|
||||
}
|
||||
}
|
||||
7
elements/BleedEffectOnEffectActiveTick.mod.json
Normal file
7
elements/BleedEffectOnEffectActiveTick.mod.json
Normal 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=\"75\" y=\"79\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"logic_negate\"><value name=\"BOOL\"><block type=\"world_data_isremote\"></block></value></block></value><statement name=\"DO0\"><block type=\"wait\"><value name=\"ticks\"><block type=\"math_number\"><field name=\"NUM\">10</field></block></value><statement name=\"do\"><block type=\"deal_damage\"><value name=\"amount\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><value name=\"damagesource\"><block type=\"damagesource_from_type\"><field name=\"damagetype\">CUSTOM:BleedDamageType</field></block></value><next><block type=\"spawn_particle_multi\"><field name=\"particle\">CUSTOM:BleedingParticles</field><value name=\"count\"><block type=\"math_number\"><field name=\"NUM\">3</field></block></value><value name=\"x\"><block type=\"coord_x\"></block></value><value name=\"y\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"coord_y\"></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value></block></value><value name=\"z\"><block type=\"coord_z\"></block></value><value name=\"dx\"><block type=\"math_number\"><field name=\"NUM\">0.33</field></block></value><value name=\"dy\"><block type=\"math_number\"><field name=\"NUM\">0.33</field></block></value><value name=\"dz\"><block type=\"math_number\"><field name=\"NUM\">0.33</field></block></value><value name=\"speed\"><block type=\"math_number\"><field name=\"NUM\">0</field></block></value></block></next></block></statement></block></statement></block></next></block></xml>"
|
||||
}
|
||||
}
|
||||
23
elements/BleedingParticles.mod.json
Normal file
23
elements/BleedingParticles.mod.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "particle",
|
||||
"definition": {
|
||||
"texture": "bleed",
|
||||
"animate": false,
|
||||
"frameDuration": 1,
|
||||
"width": 0.2,
|
||||
"height": 0.2,
|
||||
"scale": {
|
||||
"fixedValue": 1.0
|
||||
},
|
||||
"speedFactor": 0.0,
|
||||
"gravity": 0.5,
|
||||
"maxAge": 9,
|
||||
"maxAgeDiff": 0,
|
||||
"angularVelocity": 0.0,
|
||||
"angularAcceleration": 0.0,
|
||||
"canCollide": true,
|
||||
"alwaysShow": false,
|
||||
"renderType": "OPAQUE"
|
||||
}
|
||||
}
|
||||
@@ -17,7 +17,7 @@
|
||||
"rewardXP": 0,
|
||||
"achievementType": "challenge",
|
||||
"parent": {
|
||||
"value": "No parent: root"
|
||||
"value": "CUSTOM:WelcomeAdvancement"
|
||||
},
|
||||
"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>"
|
||||
}
|
||||
|
||||
48
elements/BoneRecipe.mod.json
Normal file
48
elements/BoneRecipe.mod.json
Normal 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": "Items.STICK"
|
||||
},
|
||||
{
|
||||
"value": "Items.DYE#19"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "Items.BONE"
|
||||
},
|
||||
"name": "bone_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
48
elements/BoneRecipe2.mod.json
Normal file
48
elements/BoneRecipe2.mod.json
Normal 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": ""
|
||||
},
|
||||
{
|
||||
"value": "Items.DYE#15"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": "Items.DYE#15"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": "Items.DYE#15"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "Items.BONE"
|
||||
},
|
||||
"name": "bone_recipe_2",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
63
elements/BottomPieceOfNetherStar.mod.json
Normal file
63
elements/BottomPieceOfNetherStar.mod.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "item",
|
||||
"definition": {
|
||||
"renderType": 0,
|
||||
"texture": "bottom_piece_of_nether_star",
|
||||
"customModelName": "Normal",
|
||||
"customProperties": {},
|
||||
"states": [],
|
||||
"name": "Bottom Piece Of Nether Star",
|
||||
"rarity": "RARE",
|
||||
"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:PocketLightningProjectile"
|
||||
},
|
||||
"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
|
||||
}
|
||||
}
|
||||
137
elements/BrickierMagmaBricks.mod.json
Normal file
137
elements/BrickierMagmaBricks.mod.json
Normal file
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "block",
|
||||
"definition": {
|
||||
"texture": "magma_bricks",
|
||||
"textureTop": "magma_bricks",
|
||||
"textureLeft": "magma_bricks",
|
||||
"textureFront": "magma_bricks",
|
||||
"textureRight": "magma_bricks",
|
||||
"textureBack": "magma_bricks",
|
||||
"renderType": 10,
|
||||
"customModelName": "Normal",
|
||||
"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": "Beans and Cheese Bricks",
|
||||
"specialInformation": {
|
||||
"fixedValue": []
|
||||
},
|
||||
"hardness": 0.5,
|
||||
"resistance": 0.5,
|
||||
"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": "NONE"
|
||||
},
|
||||
"tickRate": 0,
|
||||
"tickRandomly": false,
|
||||
"isReplaceable": false,
|
||||
"canProvidePower": false,
|
||||
"emittedRedstonePower": {
|
||||
"fixedValue": 15.0
|
||||
},
|
||||
"colorOnMap": "ADOBE",
|
||||
"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": 3,
|
||||
"unbreakable": false,
|
||||
"vanillaToolTier": "NONE",
|
||||
"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
|
||||
}
|
||||
}
|
||||
22
elements/BrickierMagmaBricksRecipe.mod.json
Normal file
22
elements/BrickierMagmaBricksRecipe.mod.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "recipe",
|
||||
"definition": {
|
||||
"recipeType": "Stone cutting",
|
||||
"recipeRetstackSize": 1,
|
||||
"group": "",
|
||||
"cookingBookCategory": "MISC",
|
||||
"xpReward": 0.0,
|
||||
"cookingTime": 200,
|
||||
"craftingBookCategory": "MISC",
|
||||
"recipeShapeless": false,
|
||||
"stoneCuttingInputStack": {
|
||||
"value": "CUSTOM:MagmaBricks"
|
||||
},
|
||||
"stoneCuttingReturnStack": {
|
||||
"value": "CUSTOM:BrickierMagmaBricks"
|
||||
},
|
||||
"name": "brickier_magma_bricks_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
@@ -21,22 +21,22 @@
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:Shit"
|
||||
"value": "CUSTOM:Turd"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:Shit"
|
||||
"value": "CUSTOM:Turd"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:Shit"
|
||||
"value": "CUSTOM:Turd"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:Shit"
|
||||
"value": "CUSTOM:Turd"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:Shit"
|
||||
"value": "CUSTOM:Turd"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:Shit"
|
||||
"value": "CUSTOM:Turd"
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:Shit"
|
||||
"value": "CUSTOM:Turd"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
@@ -42,7 +42,7 @@
|
||||
"recipeReturnStack": {
|
||||
"value": "Items.DYE#17"
|
||||
},
|
||||
"name": "brown_dye_shit_recipe",
|
||||
"name": "brown_dye_turd_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
63
elements/CanLid.mod.json
Normal file
63
elements/CanLid.mod.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "item",
|
||||
"definition": {
|
||||
"renderType": 0,
|
||||
"texture": "can_lid",
|
||||
"customModelName": "Normal",
|
||||
"customProperties": {},
|
||||
"states": [],
|
||||
"name": "Can Lid",
|
||||
"rarity": "COMMON",
|
||||
"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:PocketLightningProjectile"
|
||||
},
|
||||
"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
|
||||
}
|
||||
}
|
||||
48
elements/CanLidRecipe.mod.json
Normal file
48
elements/CanLidRecipe.mod.json
Normal 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.IRON_NUGGET"
|
||||
},
|
||||
{
|
||||
"value": "Items.IRON_NUGGET"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "CUSTOM:CanLid"
|
||||
},
|
||||
"name": "can_lid_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
63
elements/CarbonatedWaterCan.mod.json
Normal file
63
elements/CarbonatedWaterCan.mod.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "item",
|
||||
"definition": {
|
||||
"renderType": 0,
|
||||
"texture": "carbonated_water_can",
|
||||
"customModelName": "Normal",
|
||||
"customProperties": {},
|
||||
"states": [],
|
||||
"name": "Canned Sparkling Water",
|
||||
"rarity": "COMMON",
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "FOOD"
|
||||
}
|
||||
],
|
||||
"stackSize": 64,
|
||||
"enchantability": 0,
|
||||
"useDuration": 32,
|
||||
"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:PocketLightningProjectile"
|
||||
},
|
||||
"projectileDisableAmmoCheck": false,
|
||||
"isFood": true,
|
||||
"nutritionalValue": 0,
|
||||
"saturation": 0.0,
|
||||
"eatResultItem": {
|
||||
"value": ""
|
||||
},
|
||||
"isMeat": false,
|
||||
"isAlwaysEdible": true,
|
||||
"animation": "drink",
|
||||
"isMusicDisc": false,
|
||||
"musicDiscMusic": {
|
||||
"value": ""
|
||||
},
|
||||
"musicDiscDescription": "",
|
||||
"musicDiscLengthInTicks": 100,
|
||||
"musicDiscAnalogOutput": 0
|
||||
}
|
||||
}
|
||||
25
elements/CarbonatedWaterCanRecipe.mod.json
Normal file
25
elements/CarbonatedWaterCanRecipe.mod.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "recipe",
|
||||
"definition": {
|
||||
"recipeType": "Brewing",
|
||||
"recipeRetstackSize": 1,
|
||||
"group": "",
|
||||
"cookingBookCategory": "MISC",
|
||||
"xpReward": 0.0,
|
||||
"cookingTime": 200,
|
||||
"craftingBookCategory": "MISC",
|
||||
"recipeShapeless": false,
|
||||
"brewingInputStack": {
|
||||
"value": "CUSTOM:WaterCan"
|
||||
},
|
||||
"brewingIngredientStack": {
|
||||
"value": "Items.GUNPOWDER"
|
||||
},
|
||||
"brewingReturnStack": {
|
||||
"value": "CUSTOM:CarbonatedWaterCan"
|
||||
},
|
||||
"name": "carbonated_water_can_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
48
elements/CharcoalRecipe.mod.json
Normal file
48
elements/CharcoalRecipe.mod.json
Normal 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": "Items.COAL#0"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "Items.COAL#1"
|
||||
},
|
||||
"name": "charcoal_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
63
elements/ChorusEye.mod.json
Normal file
63
elements/ChorusEye.mod.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "item",
|
||||
"definition": {
|
||||
"renderType": 0,
|
||||
"texture": "chorus_eye",
|
||||
"customModelName": "Normal",
|
||||
"customProperties": {},
|
||||
"states": [],
|
||||
"name": "Eye of Chorus",
|
||||
"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:PocketLightningProjectile"
|
||||
},
|
||||
"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
|
||||
}
|
||||
}
|
||||
48
elements/ChorusEyeRecipe.mod.json
Normal file
48
elements/ChorusEyeRecipe.mod.json
Normal 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": "Items.CHORUS_FRUIT_POPPED"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": "Items.CHORUS_FRUIT_POPPED"
|
||||
},
|
||||
{
|
||||
"value": "Items.ENDER_EYE"
|
||||
},
|
||||
{
|
||||
"value": "Items.CHORUS_FRUIT_POPPED"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": "Items.CHORUS_FRUIT_POPPED"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "CUSTOM:ChorusEye"
|
||||
},
|
||||
"name": "chorus_eye_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "achievement",
|
||||
"definition": {
|
||||
"achievementName": "You Ask Yourself, \"What Is The Point Of This?\" Yet, You Continue To Do \"This\".",
|
||||
"achievementDescription": "Craft Condensed Condensed Condensed Netherrack",
|
||||
"achievementIcon": {
|
||||
"value": "CUSTOM:CondensedCondensedCondensedNetherrack"
|
||||
},
|
||||
"background": "Default",
|
||||
"disableDisplay": false,
|
||||
"showPopup": true,
|
||||
"announceToChat": true,
|
||||
"hideIfNotCompleted": false,
|
||||
"rewardLoot": [],
|
||||
"rewardRecipes": [],
|
||||
"rewardXP": 0,
|
||||
"achievementType": "goal",
|
||||
"parent": {
|
||||
"value": "CUSTOM:CondensedCondensedNetherrackAdvancement"
|
||||
},
|
||||
"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:CondensedCondensedCondensedNetherrack</field></block></value></block></next></block></xml>"
|
||||
}
|
||||
}
|
||||
24
elements/CondensedCondensedNetherrackAdvancement.mod.json
Normal file
24
elements/CondensedCondensedNetherrackAdvancement.mod.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "achievement",
|
||||
"definition": {
|
||||
"achievementName": "But For What Reason?",
|
||||
"achievementDescription": "Craft Condensed Condensed Netherrack",
|
||||
"achievementIcon": {
|
||||
"value": "CUSTOM:CondensedCondensedNetherrack"
|
||||
},
|
||||
"background": "Default",
|
||||
"disableDisplay": false,
|
||||
"showPopup": true,
|
||||
"announceToChat": true,
|
||||
"hideIfNotCompleted": false,
|
||||
"rewardLoot": [],
|
||||
"rewardRecipes": [],
|
||||
"rewardXP": 0,
|
||||
"achievementType": "goal",
|
||||
"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:CondensedCondensedNetherrack</field></block></value></block></next></block></xml>"
|
||||
}
|
||||
}
|
||||
@@ -15,9 +15,9 @@
|
||||
"rewardLoot": [],
|
||||
"rewardRecipes": [],
|
||||
"rewardXP": 0,
|
||||
"achievementType": "task",
|
||||
"achievementType": "goal",
|
||||
"parent": {
|
||||
"value": "No parent: root"
|
||||
"value": "CUSTOM:WelcomeAdvancement"
|
||||
},
|
||||
"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>"
|
||||
}
|
||||
|
||||
136
elements/DarkOakTreeLeavesLootTable.mod.json
Normal file
136
elements/DarkOakTreeLeavesLootTable.mod.json
Normal file
@@ -0,0 +1,136 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "loottable",
|
||||
"definition": {
|
||||
"type": "Block",
|
||||
"pools": [
|
||||
{
|
||||
"minrolls": 1,
|
||||
"maxrolls": 1,
|
||||
"minbonusrolls": 1,
|
||||
"maxbonusrolls": 1,
|
||||
"hasbonusrolls": false,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"item": {
|
||||
"value": "Items.STICK"
|
||||
},
|
||||
"weight": 4,
|
||||
"minCount": 1,
|
||||
"maxCount": 1,
|
||||
"minEnchantmentLevel": 0,
|
||||
"maxEnchantmentLevel": 0,
|
||||
"affectedByFortune": true,
|
||||
"explosionDecay": false,
|
||||
"silkTouchMode": 2
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"item": {
|
||||
"value": "Blocks.SAPLING#5"
|
||||
},
|
||||
"weight": 16,
|
||||
"minCount": 1,
|
||||
"maxCount": 1,
|
||||
"minEnchantmentLevel": 0,
|
||||
"maxEnchantmentLevel": 0,
|
||||
"affectedByFortune": true,
|
||||
"explosionDecay": false,
|
||||
"silkTouchMode": 2
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"item": {
|
||||
"value": "Blocks.AIR"
|
||||
},
|
||||
"weight": 100,
|
||||
"minCount": 1,
|
||||
"maxCount": 1,
|
||||
"minEnchantmentLevel": 0,
|
||||
"maxEnchantmentLevel": 0,
|
||||
"affectedByFortune": false,
|
||||
"explosionDecay": false,
|
||||
"silkTouchMode": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"minrolls": 1,
|
||||
"maxrolls": 1,
|
||||
"minbonusrolls": 1,
|
||||
"maxbonusrolls": 1,
|
||||
"hasbonusrolls": false,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"item": {
|
||||
"value": "Blocks.LEAVES2#1"
|
||||
},
|
||||
"weight": 1,
|
||||
"minCount": 1,
|
||||
"maxCount": 1,
|
||||
"minEnchantmentLevel": 0,
|
||||
"maxEnchantmentLevel": 0,
|
||||
"affectedByFortune": false,
|
||||
"explosionDecay": false,
|
||||
"silkTouchMode": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"minrolls": 1,
|
||||
"maxrolls": 1,
|
||||
"minbonusrolls": 1,
|
||||
"maxbonusrolls": 1,
|
||||
"hasbonusrolls": false,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"item": {
|
||||
"value": "Items.APPLE"
|
||||
},
|
||||
"weight": 1,
|
||||
"minCount": 1,
|
||||
"maxCount": 1,
|
||||
"minEnchantmentLevel": 0,
|
||||
"maxEnchantmentLevel": 0,
|
||||
"affectedByFortune": true,
|
||||
"explosionDecay": false,
|
||||
"silkTouchMode": 2
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"item": {
|
||||
"value": "CUSTOM:Orange"
|
||||
},
|
||||
"weight": 1,
|
||||
"minCount": 1,
|
||||
"maxCount": 1,
|
||||
"minEnchantmentLevel": 0,
|
||||
"maxEnchantmentLevel": 0,
|
||||
"affectedByFortune": true,
|
||||
"explosionDecay": false,
|
||||
"silkTouchMode": 2
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"item": {
|
||||
"value": "Blocks.AIR"
|
||||
},
|
||||
"weight": 100,
|
||||
"minCount": 1,
|
||||
"maxCount": 1,
|
||||
"minEnchantmentLevel": 0,
|
||||
"maxEnchantmentLevel": 0,
|
||||
"affectedByFortune": false,
|
||||
"explosionDecay": false,
|
||||
"silkTouchMode": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"name": "blocks/dark_oak_leaves",
|
||||
"namespace": "minecraft"
|
||||
}
|
||||
}
|
||||
48
elements/DragonEggRecipe.mod.json
Normal file
48
elements/DragonEggRecipe.mod.json
Normal 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.OBSIDIAN"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": "Blocks.OBSIDIAN"
|
||||
},
|
||||
{
|
||||
"value": "Items.DRAGON_BREATH"
|
||||
},
|
||||
{
|
||||
"value": "Blocks.OBSIDIAN"
|
||||
},
|
||||
{
|
||||
"value": "Blocks.OBSIDIAN"
|
||||
},
|
||||
{
|
||||
"value": "Blocks.CRYING_OBSIDIAN"
|
||||
},
|
||||
{
|
||||
"value": "Blocks.OBSIDIAN"
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "Blocks.DRAGON_EGG"
|
||||
},
|
||||
"name": "dragon_egg_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
22
elements/DripstoneRecipe.mod.json
Normal file
22
elements/DripstoneRecipe.mod.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "recipe",
|
||||
"definition": {
|
||||
"recipeType": "Stone cutting",
|
||||
"recipeRetstackSize": 2,
|
||||
"group": "",
|
||||
"cookingBookCategory": "MISC",
|
||||
"xpReward": 0.0,
|
||||
"cookingTime": 200,
|
||||
"craftingBookCategory": "MISC",
|
||||
"recipeShapeless": false,
|
||||
"stoneCuttingInputStack": {
|
||||
"value": "Blocks.DRIPSTONE_BLOCK"
|
||||
},
|
||||
"stoneCuttingReturnStack": {
|
||||
"value": "Blocks.POINTED_DRIPSTONE"
|
||||
},
|
||||
"name": "dripstone_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
66
elements/EmptyCan.mod.json
Normal file
66
elements/EmptyCan.mod.json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "item",
|
||||
"definition": {
|
||||
"renderType": 0,
|
||||
"texture": "empty_can",
|
||||
"customModelName": "Normal",
|
||||
"customProperties": {},
|
||||
"states": [],
|
||||
"name": "Empty Can",
|
||||
"rarity": "COMMON",
|
||||
"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,
|
||||
"onRightClickedOnBlock": {
|
||||
"name": "EmptyCanRightclickedOnBlock"
|
||||
},
|
||||
"enableRanged": false,
|
||||
"shootConstantly": false,
|
||||
"rangedItemChargesPower": false,
|
||||
"projectile": {
|
||||
"value": "CUSTOM:PocketLightningProjectile"
|
||||
},
|
||||
"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
|
||||
}
|
||||
}
|
||||
48
elements/EmptyCanRecipe.mod.json
Normal file
48
elements/EmptyCanRecipe.mod.json
Normal 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.IRON_NUGGET"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:CanLid"
|
||||
},
|
||||
{
|
||||
"value": "Items.IRON_NUGGET"
|
||||
},
|
||||
{
|
||||
"value": "Items.IRON_NUGGET"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": "Items.IRON_NUGGET"
|
||||
},
|
||||
{
|
||||
"value": "Items.IRON_NUGGET"
|
||||
},
|
||||
{
|
||||
"value": "Items.IRON_NUGGET"
|
||||
},
|
||||
{
|
||||
"value": "Items.IRON_NUGGET"
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "CUSTOM:EmptyCan"
|
||||
},
|
||||
"name": "empty_can_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
7
elements/EmptyCanRightclickedOnBlock.mod.json
Normal file
7
elements/EmptyCanRightclickedOnBlock.mod.json
Normal 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_negate\"><value name=\"BOOL\"><block type=\"world_data_isremote\"></block></value></block></value><statement name=\"DO0\"><block type=\"controls_if\"><value name=\"IF0\"><block type=\"compare_mcblocks\"><value name=\"a\"><block type=\"world_data_blockat\"><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=\"mcitem_allblocks\"><field name=\"value\">Blocks.WATER_CAULDRON</field></block></value></block></value><statement name=\"DO0\"><block type=\"entity_set_mainhand_item\"><value name=\"entity\"><block type=\"entity_from_deps\"></block></value><value name=\"amount\"><block type=\"math_dual_ops\"><field name=\"OP\">MINUS</field><value name=\"A\"><block type=\"itemstack_get_count\"><value name=\"item\"><block type=\"entity_iteminhand\"><value name=\"entity\"><block type=\"entity_from_deps\"></block></value></block></value></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value></block></value><value name=\"item\"><block type=\"mcitem_all\"><field name=\"value\">CUSTOM:EmptyCan</field></block></value><next><block type=\"spawn_gem\"><field name=\"despawn\">TRUE</field><value name=\"block\"><block type=\"mcitem_all\"><field name=\"value\">CUSTOM:WaterCan</field></block></value><value name=\"x\"><block type=\"entity_pos_x\"><value name=\"entity\"><block type=\"entity_from_deps\"></block></value></block></value><value name=\"y\"><block type=\"entity_pos_y\"><value name=\"entity\"><block type=\"entity_from_deps\"></block></value></block></value><value name=\"z\"><block type=\"entity_pos_z\"><value name=\"entity\"><block type=\"entity_from_deps\"></block></value></block></value><value name=\"pickUpDelay\"><block type=\"math_number\"><field name=\"NUM\">0</field></block></value><next><block type=\"play_sound\"><field name=\"sound\">item.bottle.fill</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.85</field></block></value><value name=\"pitch\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value></block></next></block></next></block></statement></block></statement></block></next></block></xml>"
|
||||
}
|
||||
}
|
||||
24
elements/EndPortalFrameAdvancement.mod.json
Normal file
24
elements/EndPortalFrameAdvancement.mod.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "achievement",
|
||||
"definition": {
|
||||
"achievementName": "You Shouldn't Have This...",
|
||||
"achievementDescription": "Craft an End Portal Frame",
|
||||
"achievementIcon": {
|
||||
"value": "Blocks.END_PORTAL_FRAME"
|
||||
},
|
||||
"background": "Default",
|
||||
"disableDisplay": false,
|
||||
"showPopup": true,
|
||||
"announceToChat": true,
|
||||
"hideIfNotCompleted": false,
|
||||
"rewardLoot": [],
|
||||
"rewardRecipes": [],
|
||||
"rewardXP": 0,
|
||||
"achievementType": "challenge",
|
||||
"parent": {
|
||||
"value": "CUSTOM:VoidStarAdvancement"
|
||||
},
|
||||
"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.END_PORTAL_FRAME</field></block></value></block></next></block></xml>"
|
||||
}
|
||||
}
|
||||
48
elements/EndPortalFrameRecipe.mod.json
Normal file
48
elements/EndPortalFrameRecipe.mod.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "recipe",
|
||||
"definition": {
|
||||
"recipeType": "Crafting",
|
||||
"recipeRetstackSize": 3,
|
||||
"group": "",
|
||||
"cookingBookCategory": "MISC",
|
||||
"xpReward": 0.0,
|
||||
"cookingTime": 200,
|
||||
"craftingBookCategory": "BUILDING",
|
||||
"recipeShapeless": false,
|
||||
"recipeSlots": [
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": "Blocks.CONCRETE#13"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:Socket"
|
||||
},
|
||||
{
|
||||
"value": "Blocks.CONCRETE#13"
|
||||
},
|
||||
{
|
||||
"value": "Blocks.END_STONE"
|
||||
},
|
||||
{
|
||||
"value": "CUSTOM:VoidStar"
|
||||
},
|
||||
{
|
||||
"value": "Blocks.END_STONE"
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "Blocks.END_PORTAL_FRAME"
|
||||
},
|
||||
"name": "end_portal_frame_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
24
elements/EnditeAdvancement.mod.json
Normal file
24
elements/EnditeAdvancement.mod.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "achievement",
|
||||
"definition": {
|
||||
"achievementName": "Purple Butter",
|
||||
"achievementDescription": "Obtain Endite",
|
||||
"achievementIcon": {
|
||||
"value": "CUSTOM:EnditeIngot"
|
||||
},
|
||||
"background": "Default",
|
||||
"disableDisplay": false,
|
||||
"showPopup": true,
|
||||
"announceToChat": true,
|
||||
"hideIfNotCompleted": false,
|
||||
"rewardLoot": [],
|
||||
"rewardRecipes": [],
|
||||
"rewardXP": 0,
|
||||
"achievementType": "goal",
|
||||
"parent": {
|
||||
"value": "CUSTOM:WelcomeAdvancement"
|
||||
},
|
||||
"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:EnditeIngot</field></block></value></block></next></block></xml>"
|
||||
}
|
||||
}
|
||||
115
elements/EnditeArmor.mod.json
Normal file
115
elements/EnditeArmor.mod.json
Normal file
@@ -0,0 +1,115 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "armor",
|
||||
"definition": {
|
||||
"enableHelmet": true,
|
||||
"textureHelmet": "endite_helmet",
|
||||
"enableBody": true,
|
||||
"textureBody": "endite_chestplate",
|
||||
"enableLeggings": true,
|
||||
"textureLeggings": "endite_leggings",
|
||||
"enableBoots": true,
|
||||
"textureBoots": "endite_boots",
|
||||
"onBootsTick": {
|
||||
"name": "EnditeArmorBootsTickEvent"
|
||||
},
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "COMBAT"
|
||||
}
|
||||
],
|
||||
"armorTextureFile": "endite",
|
||||
"helmetName": "Endite Helmet",
|
||||
"bodyName": "Endite Chestplate",
|
||||
"leggingsName": "Endite Leggings",
|
||||
"bootsName": "Endite Boots",
|
||||
"helmetSpecialInformation": {
|
||||
"fixedValue": [
|
||||
"Set Bonus: Resistance, Regeneration, Strength"
|
||||
]
|
||||
},
|
||||
"bodySpecialInformation": {
|
||||
"fixedValue": [
|
||||
"Set Bonus: Resistance, Regeneration, Strength"
|
||||
]
|
||||
},
|
||||
"leggingsSpecialInformation": {
|
||||
"fixedValue": [
|
||||
"Set Bonus: Resistance, Regeneration, Strength"
|
||||
]
|
||||
},
|
||||
"bootsSpecialInformation": {
|
||||
"fixedValue": [
|
||||
"Set Bonus: Resistance, Regeneration, Strength"
|
||||
]
|
||||
},
|
||||
"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": true,
|
||||
"bodyImmuneToFire": true,
|
||||
"leggingsImmuneToFire": true,
|
||||
"bootsImmuneToFire": true,
|
||||
"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": 50,
|
||||
"damageValueHelmet": 6,
|
||||
"damageValueBody": 12,
|
||||
"damageValueLeggings": 9,
|
||||
"damageValueBoots": 6,
|
||||
"enchantability": 25,
|
||||
"toughness": 5.0,
|
||||
"knockbackResistance": 0.25,
|
||||
"equipSound": {
|
||||
"value": "item.armor.equip_netherite"
|
||||
},
|
||||
"repairItems": [
|
||||
{
|
||||
"value": "CUSTOM:EnditeIngot"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
7
elements/EnditeArmorBootsTickEvent.mod.json
Normal file
7
elements/EnditeArmorBootsTickEvent.mod.json
Normal 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:EnditeArmor.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:EnditeArmor.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:EnditeArmor.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:EnditeSetAdvancement</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:EnditeSetAdvancement</field><value name=\"entity\"><block type=\"entity_from_deps\"></block></value></block></statement><next><block type=\"entity_add_potion_advanced\"><field name=\"potion\">RESISTANCE</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\">REGENERATION</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\">STRENGTH</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></next></block></statement></block></next></block></xml>"
|
||||
}
|
||||
}
|
||||
39
elements/EnditeAxe.mod.json
Normal file
39
elements/EnditeAxe.mod.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "tool",
|
||||
"definition": {
|
||||
"toolType": "Axe",
|
||||
"renderType": 0,
|
||||
"blockingRenderType": 0,
|
||||
"texture": "endite_axe",
|
||||
"customModelName": "Normal",
|
||||
"blockingModelName": "Normal blocking",
|
||||
"name": "Endite Axe",
|
||||
"specialInformation": {
|
||||
"fixedValue": []
|
||||
},
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "TOOLS"
|
||||
}
|
||||
],
|
||||
"efficiency": 12.0,
|
||||
"attackSpeed": 1.0,
|
||||
"enchantability": 22,
|
||||
"damageVsEntity": 13.0,
|
||||
"usageCount": 3048,
|
||||
"glowCondition": {
|
||||
"fixedValue": false
|
||||
},
|
||||
"repairItems": [
|
||||
{
|
||||
"value": "CUSTOM:EnditeIngot"
|
||||
}
|
||||
],
|
||||
"immuneToFire": true,
|
||||
"blockDropsTier": "NETHERITE",
|
||||
"blocksAffected": [],
|
||||
"stayInGridWhenCrafting": false,
|
||||
"damageOnCrafting": false
|
||||
}
|
||||
}
|
||||
28
elements/EnditeAxeRecipe.mod.json
Normal file
28
elements/EnditeAxeRecipe.mod.json
Normal 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_AXE"
|
||||
},
|
||||
"smithingInputAdditionStack": {
|
||||
"value": "CUSTOM:EnditeIngot"
|
||||
},
|
||||
"smithingInputTemplateStack": {
|
||||
"value": "CUSTOM:EnditeUpgradeSmithingTemplate"
|
||||
},
|
||||
"smithingReturnStack": {
|
||||
"value": "CUSTOM:EnditeAxe"
|
||||
},
|
||||
"name": "endite_axe_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
137
elements/EnditeBlock.mod.json
Normal file
137
elements/EnditeBlock.mod.json
Normal file
@@ -0,0 +1,137 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "block",
|
||||
"definition": {
|
||||
"texture": "endite_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 Endite",
|
||||
"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
|
||||
}
|
||||
}
|
||||
48
elements/EnditeBlockOreRecipe.mod.json
Normal file
48
elements/EnditeBlockOreRecipe.mod.json
Normal 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:EnditeBlock"
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
},
|
||||
{
|
||||
"value": ""
|
||||
}
|
||||
],
|
||||
"recipeReturnStack": {
|
||||
"value": "CUSTOM:EnditeIngot"
|
||||
},
|
||||
"name": "endite_block_ore_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
28
elements/EnditeBootsRecipe.mod.json
Normal file
28
elements/EnditeBootsRecipe.mod.json
Normal 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_BOOTS"
|
||||
},
|
||||
"smithingInputAdditionStack": {
|
||||
"value": "CUSTOM:EnditeIngot"
|
||||
},
|
||||
"smithingInputTemplateStack": {
|
||||
"value": "CUSTOM:EnditeUpgradeSmithingTemplate"
|
||||
},
|
||||
"smithingReturnStack": {
|
||||
"value": "CUSTOM:EnditeArmor.boots"
|
||||
},
|
||||
"name": "endite_boots_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
28
elements/EnditeChestplateRecipe.mod.json
Normal file
28
elements/EnditeChestplateRecipe.mod.json
Normal 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_CHESTPLATE"
|
||||
},
|
||||
"smithingInputAdditionStack": {
|
||||
"value": "CUSTOM:EnditeIngot"
|
||||
},
|
||||
"smithingInputTemplateStack": {
|
||||
"value": "CUSTOM:EnditeUpgradeSmithingTemplate"
|
||||
},
|
||||
"smithingReturnStack": {
|
||||
"value": "CUSTOM:EnditeArmor.body"
|
||||
},
|
||||
"name": "endite_chestplate_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
28
elements/EnditeHelmetRecipe.mod.json
Normal file
28
elements/EnditeHelmetRecipe.mod.json
Normal 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_HELMET"
|
||||
},
|
||||
"smithingInputAdditionStack": {
|
||||
"value": "CUSTOM:EnditeIngot"
|
||||
},
|
||||
"smithingInputTemplateStack": {
|
||||
"value": "CUSTOM:EnditeUpgradeSmithingTemplate"
|
||||
},
|
||||
"smithingReturnStack": {
|
||||
"value": "CUSTOM:EnditeArmor.helmet"
|
||||
},
|
||||
"name": "endite_helmet_recipe",
|
||||
"namespace": "mod"
|
||||
}
|
||||
}
|
||||
39
elements/EnditeHoe.mod.json
Normal file
39
elements/EnditeHoe.mod.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "tool",
|
||||
"definition": {
|
||||
"toolType": "Hoe",
|
||||
"renderType": 0,
|
||||
"blockingRenderType": 0,
|
||||
"texture": "endite_hoe",
|
||||
"customModelName": "Normal",
|
||||
"blockingModelName": "Normal blocking",
|
||||
"name": "Endite Hoe",
|
||||
"specialInformation": {
|
||||
"fixedValue": []
|
||||
},
|
||||
"creativeTabs": [
|
||||
{
|
||||
"value": "TOOLS"
|
||||
}
|
||||
],
|
||||
"efficiency": 12.0,
|
||||
"attackSpeed": 4.0,
|
||||
"enchantability": 22,
|
||||
"damageVsEntity": 1.0,
|
||||
"usageCount": 3048,
|
||||
"glowCondition": {
|
||||
"fixedValue": false
|
||||
},
|
||||
"repairItems": [
|
||||
{
|
||||
"value": "CUSTOM:EnditeIngot"
|
||||
}
|
||||
],
|
||||
"immuneToFire": true,
|
||||
"blockDropsTier": "NETHERITE",
|
||||
"blocksAffected": [],
|
||||
"stayInGridWhenCrafting": false,
|
||||
"damageOnCrafting": false
|
||||
}
|
||||
}
|
||||
24
elements/EnditeHoeAdvancement.mod.json
Normal file
24
elements/EnditeHoeAdvancement.mod.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"_fv": 73,
|
||||
"_type": "achievement",
|
||||
"definition": {
|
||||
"achievementName": "Extremely Serious Dedication",
|
||||
"achievementDescription": "Craft an Endite Hoe",
|
||||
"achievementIcon": {
|
||||
"value": "CUSTOM:EnditeHoe"
|
||||
},
|
||||
"background": "Default",
|
||||
"disableDisplay": false,
|
||||
"showPopup": true,
|
||||
"announceToChat": true,
|
||||
"hideIfNotCompleted": false,
|
||||
"rewardLoot": [],
|
||||
"rewardRecipes": [],
|
||||
"rewardXP": 0,
|
||||
"achievementType": "challenge",
|
||||
"parent": {
|
||||
"value": "CUSTOM:EnditeAdvancement"
|
||||
},
|
||||
"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:EnditeHoe</field></block></value></block></next></block></xml>"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user