added config files

This commit is contained in:
2024-09-25 03:12:49 +02:00
parent 9a84b7a147
commit e028f16b78
373 changed files with 16567 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"name": "stone",
"disable": false,
"tier": 1,
"color": "7f7f7f",
"armorPoints": 2,
"enchantability": 12,
"craftingMaterial": "tag:c:stones",
"creative": false,
"rarity": 0,
"toughness": 0.0,
"knockbackResistance": 0.0,
"curios": true,
"capacity": 100000,
"usage": 70,
"speedVertical": 0.25,
"accelVertical": 0.11,
"speedSideways": 0.08,
"speedHoverAscend": 0.18,
"speedHoverDescend": 0.25,
"speedHover": 0.1,
"sprintSpeedMulti": 1.0,
"sprintSpeedMultiVertical": 1.0,
"sprintFuelMulti": 1.0
}