-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-pasta ((no joke) -knife :) -and other advancement
- Loading branch information
nono78380
authored and
Noel3
committed
Aug 29, 2022
1 parent
5b5ab54
commit cce07ca
Showing
43 changed files
with
1,174 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"_fv": 33, | ||
"_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=\"spawn_gem\"><field name=\"despawn\">FALSE</field><value name=\"block\"><block type=\"mcitem_all\"><field name=\"value\">Items.TNT_MINECART</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=\"pickUpDelay\"><block type=\"math_number\"><field name=\"NUM\">10</field></block></value><next><block type=\"execute_command\"><value name=\"command\"><block type=\"text\"><field name=\"TEXT\">say its disgusting</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></block></next></block></next></block></xml>" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"_fv": 33, | ||
"_type": "item", | ||
"definition": { | ||
"renderType": 0, | ||
"texture": "bol_of_pasta", | ||
"customModelName": "Normal", | ||
"name": "Bolofpasta", | ||
"rarity": "COMMON", | ||
"creativeTab": { | ||
"value": "FOOD" | ||
}, | ||
"stackSize": 1, | ||
"enchantability": 0, | ||
"useDuration": 32, | ||
"toolType": 0.0, | ||
"damageCount": 0, | ||
"recipeRemainder": { | ||
"value": "" | ||
}, | ||
"destroyAnyBlock": false, | ||
"immuneToFire": false, | ||
"stayInGridWhenCrafting": false, | ||
"damageOnCrafting": false, | ||
"enableMeleeDamage": false, | ||
"damageVsEntity": 0.0, | ||
"specialInfo": [], | ||
"hasGlow": false, | ||
"guiBoundTo": "<NONE>", | ||
"inventorySize": 9, | ||
"inventoryStackSize": 64, | ||
"onCrafted": { | ||
"name": "Cooked_pasta" | ||
}, | ||
"isFood": true, | ||
"nutritionalValue": 1, | ||
"saturation": 1.0, | ||
"eatResultItem": { | ||
"value": "" | ||
}, | ||
"isMeat": false, | ||
"isAlwaysEdible": false, | ||
"animation": "eat" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"_fv": 33, | ||
"_type": "item", | ||
"definition": { | ||
"renderType": 0, | ||
"texture": "bol_of_pasta_with_apple", | ||
"customModelName": "Normal", | ||
"name": "Bolofpastawithapple", | ||
"rarity": "COMMON", | ||
"creativeTab": { | ||
"value": "FOOD" | ||
}, | ||
"stackSize": 1, | ||
"enchantability": 0, | ||
"useDuration": 32, | ||
"toolType": 0.0, | ||
"damageCount": 0, | ||
"recipeRemainder": { | ||
"value": "" | ||
}, | ||
"destroyAnyBlock": false, | ||
"immuneToFire": false, | ||
"stayInGridWhenCrafting": false, | ||
"damageOnCrafting": false, | ||
"enableMeleeDamage": false, | ||
"damageVsEntity": 0.0, | ||
"specialInfo": [], | ||
"hasGlow": false, | ||
"guiBoundTo": "<NONE>", | ||
"inventorySize": 9, | ||
"inventoryStackSize": 64, | ||
"onCrafted": { | ||
"name": "Pasta_and_apple" | ||
}, | ||
"onItemInUseTick": { | ||
"name": "Pasta_and_apple" | ||
}, | ||
"isFood": true, | ||
"nutritionalValue": 7, | ||
"saturation": 0.7999999999999999, | ||
"eatResultItem": { | ||
"value": "" | ||
}, | ||
"isMeat": false, | ||
"isAlwaysEdible": false, | ||
"animation": "eat" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"_fv": 33, | ||
"_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=\"entity_execute_command\"><value name=\"command\"><block type=\"text\"><field name=\"TEXT\">say its smell good</field></block></value><value name=\"entity\"><block type=\"entity_from_deps\"></block></value></block></next></block></xml>" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"_fv": 33, | ||
"_type": "tool", | ||
"definition": { | ||
"renderType": 0, | ||
"texture": "knife", | ||
"customModelName": "Normal", | ||
"name": "Knife", | ||
"specialInfo": [], | ||
"creativeTab": { | ||
"value": "COMBAT" | ||
}, | ||
"toolType": "Special", | ||
"harvestLevel": 1, | ||
"efficiency": 1.0, | ||
"attackSpeed": 7.0, | ||
"enchantability": 50, | ||
"damageVsEntity": 12.0, | ||
"usageCount": 100, | ||
"blocksAffected": [], | ||
"hasGlow": false, | ||
"repairItems": [], | ||
"immuneToFire": false, | ||
"stayInGridWhenCrafting": true, | ||
"damageOnCrafting": true, | ||
"onItemInUseTick": { | ||
"name": "You_are_sus" | ||
} | ||
} | ||
} |
Oops, something went wrong.