This commit is contained in:
nimsolated
2026-03-27 15:32:09 -07:00
parent c84aba4632
commit b8dbadcda0
229 changed files with 6491 additions and 194 deletions

119
elements/MintPlant.mod.json Normal file
View File

@@ -0,0 +1,119 @@
{
"_fv": 73,
"_type": "plant",
"definition": {
"renderType": 12,
"texture": "mint_plant",
"textureBottom": "",
"customModelName": "Cross model",
"itemTexture": "",
"particleTexture": "",
"tintType": "No tint",
"isItemTinted": false,
"plantType": "normal",
"suspiciousStewEffect": "HASTE",
"suspiciousStewDuration": 200,
"secondaryTreeChance": 0.1,
"trees": [
null,
null
],
"flowerTrees": [
null,
null
],
"megaTrees": [
null,
null
],
"growapableSpawnType": "Plains",
"growapableMaxHeight": 3,
"customBoundingBox": false,
"disableOffset": false,
"boundingBoxes": [
{
"mx": 0.0,
"my": 0.0,
"mz": 0.0,
"Mx": 16.0,
"My": 16.0,
"Mz": 16.0,
"subtract": false
}
],
"name": "Mint Plant",
"specialInformation": {
"fixedValue": []
},
"creativeTabs": [
{
"value": "DECORATIONS"
}
],
"hardness": 0.0,
"resistance": 0.0,
"luminance": 0,
"unbreakable": false,
"isSolid": false,
"isWaterloggable": false,
"isCustomSoundType": false,
"soundOnStep": {
"value": "PLANT"
},
"breakSound": {
"value": ""
},
"stepSound": {
"value": ""
},
"placeSound": {
"value": ""
},
"hitSound": {
"value": ""
},
"fallSound": {
"value": ""
},
"useLootTableForDrops": true,
"customDrop": {
"value": ""
},
"dropAmount": 1,
"forceTicking": false,
"emissiveRendering": false,
"hasTileEntity": false,
"isReplaceable": false,
"colorOnMap": "DEFAULT",
"creativePickItem": {
"value": ""
},
"offsetType": "XZ",
"aiPathNodeType": "DEFAULT",
"flammability": 100,
"fireSpreadSpeed": 60,
"jumpFactor": 1.0,
"speedFactor": 1.0,
"canBePlacedOn": [],
"isBonemealable": false,
"frequencyOnChunks": 5,
"generateFeature": true,
"restrictionBiomes": [
{
"value": "cherry_grove"
},
{
"value": "jungle"
},
{
"value": "jungle_edge"
},
{
"value": "bamboo_jungle"
}
],
"generationType": "Flower",
"patchSize": 64,
"generateAtAnyHeight": true
}
}