Skip to content

Commit

Permalink
pile o bones
Browse files Browse the repository at this point in the history
  • Loading branch information
tazzanmc committed Jul 13, 2022
1 parent 8b42b69 commit c844d97
Show file tree
Hide file tree
Showing 70 changed files with 4,995 additions and 549 deletions.
2 changes: 1 addition & 1 deletion elements/AllPastries.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"_fv": 28,
"_type": "achievement",
"definition": {
"achievementName": "Fresh Out the Oven(?)",
"achievementName": "Fresh Out the Oven",
"achievementDescription": "Bake every pastry from Floral Fantasy",
"achievementIcon": {
"value": "CUSTOM:CornflowerCake"
Expand Down
57 changes: 57 additions & 0 deletions elements/BlockForgottenBones.mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"_fv": 28,
"_type": "loottable",
"definition": {
"type": "Block",
"pools": [
{
"minrolls": 1,
"maxrolls": 1,
"minbonusrolls": 1,
"maxbonusrolls": 1,
"hasbonusrolls": false,
"entries": [
{
"type": "item",
"item": {
"value": "CUSTOM:AncientBone"
},
"weight": 1,
"minCount": 1,
"maxCount": 5,
"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:ForgottenBones"
},
"weight": 1,
"minCount": 1,
"maxCount": 1,
"minEnchantmentLevel": 0,
"maxEnchantmentLevel": 0,
"affectedByFortune": false,
"explosionDecay": false,
"silkTouchMode": 1
}
]
}
],
"name": "blocks/forgotten_bones",
"namespace": "mod"
}
}
57 changes: 57 additions & 0 deletions elements/BlockRhubarbStage3.mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"_fv": 28,
"_type": "loottable",
"definition": {
"type": "Block",
"pools": [
{
"minrolls": 1,
"maxrolls": 1,
"minbonusrolls": 1,
"maxbonusrolls": 1,
"hasbonusrolls": false,
"entries": [
{
"type": "item",
"item": {
"value": "CUSTOM:RhubarbSeeds"
},
"weight": 1,
"minCount": 1,
"maxCount": 4,
"minEnchantmentLevel": 0,
"maxEnchantmentLevel": 0,
"affectedByFortune": true,
"explosionDecay": false,
"silkTouchMode": 0
}
]
},
{
"minrolls": 1,
"maxrolls": 1,
"minbonusrolls": 1,
"maxbonusrolls": 1,
"hasbonusrolls": false,
"entries": [
{
"type": "item",
"item": {
"value": "CUSTOM:RhubarbStalk"
},
"weight": 1,
"minCount": 1,
"maxCount": 1,
"minEnchantmentLevel": 0,
"maxEnchantmentLevel": 0,
"affectedByFortune": false,
"explosionDecay": false,
"silkTouchMode": 0
}
]
}
],
"name": "blocks/rhubarb_stage_3",
"namespace": "mod"
}
}
86 changes: 86 additions & 0 deletions elements/EnchantersBane.mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
{
"_fv": 28,
"_type": "enchantment",
"definition": {
"name": "Enchanter's Bane",
"type": "BREAKABLE",
"rarity": "RARE",
"minLevel": 1,
"maxLevel": 1,
"damageModifier": 0,
"compatibleEnchantments": [
{
"value": "FIRE_PROTECTION"
},
{
"value": "BLAST_PROTECTION"
},
{
"value": "PROJECTILE_PROTECTION"
},
{
"value": "THORNS"
},
{
"value": "FROST_WALKER"
},
{
"value": "BINDING_CURSE"
},
{
"value": "SMITE"
},
{
"value": "BANE_OF_ARTHROPODS"
},
{
"value": "KNOCKBACK"
},
{
"value": "SWEEPING"
},
{
"value": "EFFICIENCY"
},
{
"value": "UNBREAKING"
},
{
"value": "PUNCH"
},
{
"value": "FLAME"
},
{
"value": "LUCK_OF_THE_SEA"
},
{
"value": "LURE"
},
{
"value": "LOYALTY"
},
{
"value": "IMPALING"
},
{
"value": "MULTISHOT"
},
{
"value": "PIERCING"
},
{
"value": "VANISHING_CURSE"
},
{
"value": "CUSTOM:ShatteringCurse"
}
],
"compatibleItems": [],
"isTreasureEnchantment": false,
"isCurse": true,
"isAllowedOnBooks": true,
"canGenerateInLootTables": true,
"canVillagerTrade": false
}
}
10 changes: 0 additions & 10 deletions elements/EndCityTreasure.mod.json

This file was deleted.

Loading

0 comments on commit c844d97

Please sign in to comment.