This commit is contained in:
weold957
2023-09-07 23:31:36 +08:00
committed by 97589
commit c0b7d604af
38 changed files with 1265 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"_fv": 47,
"_type": "tab",
"definition": {
"name": "BigLi's Fantasy",
"icon": {
"value": "Items.RECORD_FAR"
},
"showSearch": true
}
}

25
elements/Bless.mod.json Normal file
View File

@@ -0,0 +1,25 @@
{
"_fv": 47,
"_type": "enchantment",
"definition": {
"name": "Bless",
"type": "BREAKABLE",
"rarity": "COMMON",
"minLevel": 1,
"maxLevel": 1,
"damageModifier": 1,
"compatibleEnchantments": [],
"excludeEnchantments": false,
"compatibleItems": [
{
"value": "Items.WATER_BUCKET"
}
],
"excludeItems": false,
"isTreasureEnchantment": true,
"isCurse": false,
"isAllowedOnBooks": true,
"canGenerateInLootTables": false,
"canVillagerTrade": false
}
}

View File

@@ -0,0 +1,48 @@
{
"_fv": 47,
"_type": "recipe",
"definition": {
"recipeType": "Crafting",
"recipeRetstackSize": 1,
"group": "blessbook",
"cookingBookCategory": "MISC",
"xpReward": 0.0,
"cookingTime": 200,
"craftingBookCategory": "MISC",
"recipeShapeless": true,
"recipeSlots": [
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": "Items.ENCHANTED_BOOK"
},
{
"value": "Items.ENCHANTED_BOOK"
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
},
{
"value": ""
}
],
"recipeReturnStack": {
"value": "Items.ENCHANTED_BOOK"
},
"name": "bless_book",
"namespace": "mod"
}
}

View File

@@ -0,0 +1,34 @@
{
"_fv": 47,
"_type": "loottable",
"definition": {
"type": "Entity",
"pools": [
{
"minrolls": 1,
"maxrolls": 1,
"minbonusrolls": 1,
"maxbonusrolls": 1,
"hasbonusrolls": false,
"entries": [
{
"type": "item",
"item": {
"value": "Items.ELYTRA"
},
"weight": 1,
"minCount": 1,
"maxCount": 1,
"minEnchantmentLevel": 0,
"maxEnchantmentLevel": 0,
"affectedByFortune": false,
"explosionDecay": false,
"silkTouchMode": 0
}
]
}
],
"name": "entities/ender_dragon",
"namespace": "minecraft"
}
}

142
elements/Test.mod.json Normal file
View File

@@ -0,0 +1,142 @@
{
"_fv": 47,
"_type": "block",
"definition": {
"texture": "test",
"textureTop": "test",
"textureLeft": "test",
"textureFront": "test",
"textureRight": "test",
"textureBack": "test",
"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
}
],
"name": "Test",
"specialInfo": [],
"hardness": 1.0,
"resistance": 10.0,
"hasGravity": false,
"isWaterloggable": false,
"creativeTab": {
"value": "CUSTOM:BigLiFantasy"
},
"destroyTool": "Not specified",
"customDrop": {
"value": ""
},
"dropAmount": 1,
"useLootTableForDrops": false,
"requiresCorrectTool": false,
"enchantPowerBonus": 0.0,
"plantsGrowOn": false,
"canRedstoneConnect": false,
"lightOpacity": 15,
"material": {
"value": "ROCK"
},
"tickRate": 0,
"tickRandomly": false,
"isReplaceable": false,
"canProvidePower": false,
"emittedRedstonePower": {
"fixedValue": 15.0
},
"colorOnMap": "DEFAULT",
"creativePickItem": {
"value": ""
},
"offsetType": "NONE",
"aiPathNodeType": "DEFAULT",
"flammability": 0,
"fireSpreadSpeed": 0,
"isLadder": false,
"slipperiness": 0.6,
"speedFactor": 1.0,
"jumpFactor": 1.0,
"reactionToPushing": "NORMAL",
"isNotColidable": false,
"isCustomSoundType": false,
"soundOnStep": {
"value": "GROUND"
},
"breakSound": {
"value": ""
},
"fallSound": {
"value": ""
},
"hitSound": {
"value": ""
},
"placeSound": {
"value": ""
},
"stepSound": {
"value": ""
},
"luminance": 0,
"unbreakable": false,
"breakHarvestLevel": 1,
"isBonemealable": false,
"hasInventory": false,
"guiBoundTo": "<NONE>",
"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": [],
"spawnWorldTypes": [],
"restrictionBiomes": [],
"blocksToReplace": [
{
"value": "Blocks.STONE#0"
},
{
"value": "Blocks.STONE#1"
},
{
"value": "Blocks.STONE#3"
},
{
"value": "Blocks.STONE#5"
}
],
"generationShape": "UNIFORM",
"frequencyPerChunks": 10,
"frequencyOnChunk": 16,
"minGenerateHeight": 0,
"maxGenerateHeight": 64
}
}

View File

@@ -0,0 +1,27 @@
{
"_fv": 47,
"_type": "tool",
"definition": {
"toolType": "Sword",
"renderType": 0,
"texture": "big_li_sword",
"customModelName": "Normal",
"name": "Test Sword",
"specialInfo": [],
"creativeTab": {
"value": "CUSTOM:BigLiFantasy"
},
"harvestLevel": 1,
"efficiency": 4.0,
"attackSpeed": 1.0,
"enchantability": 2,
"damageVsEntity": 500.0,
"usageCount": 100,
"blocksAffected": [],
"hasGlow": true,
"repairItems": [],
"immuneToFire": true,
"stayInGridWhenCrafting": false,
"damageOnCrafting": false
}
}

View File

@@ -0,0 +1,34 @@
{
"_fv": 47,
"_type": "loottable",
"definition": {
"type": "Entity",
"pools": [
{
"minrolls": 1,
"maxrolls": 1,
"minbonusrolls": 1,
"maxbonusrolls": 1,
"hasbonusrolls": false,
"entries": [
{
"type": "item",
"item": {
"value": "Items.SKULL#1"
},
"weight": 1,
"minCount": 3,
"maxCount": 3,
"minEnchantmentLevel": 0,
"maxEnchantmentLevel": 0,
"affectedByFortune": false,
"explosionDecay": false,
"silkTouchMode": 0
}
]
}
],
"name": "entities/wither",
"namespace": "minecraft"
}
}