Added tetra hammer schematic module
* It still doesn't work, but hopefully this is closer to working now * Also fixed indenting in a few materials files
This commit is contained in:
parent
9404c7f026
commit
a89998047f
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"replace":true,
|
"replace":true,
|
||||||
"key": "copper",
|
"key": "copper",
|
||||||
"category": "metal",
|
"category": "metal",
|
||||||
"primary": 4,
|
"primary": 4,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"replace":true,
|
"replace":true,
|
||||||
"key": "gold",
|
"key": "gold",
|
||||||
"category": "metal",
|
"category": "metal",
|
||||||
"primary": 4,
|
"primary": 4,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"key": "rose_gold",
|
"key": "rose_gold",
|
||||||
"category": "metal",
|
"category": "metal",
|
||||||
"primary": 5,
|
"primary": 5,
|
||||||
"secondary": 4.4,
|
"secondary": 4.4,
|
||||||
|
|
|
||||||
99
data/tetra/schematics/basic_hammer/basic_hammer.json
Normal file
99
data/tetra/schematics/basic_hammer/basic_hammer.json
Normal file
|
|
@ -0,0 +1,99 @@
|
||||||
|
{
|
||||||
|
"replace": true,
|
||||||
|
"slots": [
|
||||||
|
"double/head_left",
|
||||||
|
"double/head_right"
|
||||||
|
],
|
||||||
|
"keySuffixes": [
|
||||||
|
"_left",
|
||||||
|
"_right"
|
||||||
|
],
|
||||||
|
"materialSlotCount": 1,
|
||||||
|
"glyph": {
|
||||||
|
"textureX": 64
|
||||||
|
},
|
||||||
|
"displayType": "major",
|
||||||
|
"applicableMaterials": [
|
||||||
|
"#wood",
|
||||||
|
"#stone",
|
||||||
|
"!copper",
|
||||||
|
"!iron",
|
||||||
|
"#metal",
|
||||||
|
"#gem",
|
||||||
|
"!netherite"
|
||||||
|
],
|
||||||
|
"translation": {
|
||||||
|
"primaryAttributes": {
|
||||||
|
"generic.attack_damage": 2
|
||||||
|
},
|
||||||
|
"secondaryAttributes": {
|
||||||
|
"generic.attack_damage": 3,
|
||||||
|
"generic.attack_speed": -1
|
||||||
|
},
|
||||||
|
"tools": {
|
||||||
|
"hammer_dig": [
|
||||||
|
0,
|
||||||
|
2
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"durability": 2,
|
||||||
|
"integrity": -3,
|
||||||
|
"magicCapacity": 3
|
||||||
|
},
|
||||||
|
"outcomes": [
|
||||||
|
{
|
||||||
|
"materials": [
|
||||||
|
"tetra:wood/",
|
||||||
|
"tetra:stone/stone",
|
||||||
|
"tetra:stone/diorite",
|
||||||
|
"tetra:stone/andesite",
|
||||||
|
"tetra:stone/granite"
|
||||||
|
],
|
||||||
|
"toolFactor": 0,
|
||||||
|
"moduleKey": "double/basic_hammer",
|
||||||
|
"moduleVariant": "basic_hammer/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"materials": [
|
||||||
|
"tetra:metal/iron",
|
||||||
|
"tetra:metal/copper"
|
||||||
|
],
|
||||||
|
"countFactor": 2,
|
||||||
|
"moduleKey": "double/basic_hammer",
|
||||||
|
"moduleVariant": "basic_hammer/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"materials": [
|
||||||
|
"tetra:metal/cobalt"
|
||||||
|
],
|
||||||
|
"moduleKey": "double/basic_hammer",
|
||||||
|
"moduleVariant": "basic_hammer/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"materials": {
|
||||||
|
"tetra:gem/diamond"
|
||||||
|
},
|
||||||
|
"requiredTools": {
|
||||||
|
"hammer_dig": "minecraft:netherite"
|
||||||
|
},
|
||||||
|
"moduleKey": "double/basic_hammer",
|
||||||
|
"moduleVariant": "basic_hammer/",
|
||||||
|
"improvements": {
|
||||||
|
"arrested": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"material": {
|
||||||
|
"items": [
|
||||||
|
"minecraft:netherite_ingot"
|
||||||
|
],
|
||||||
|
"count": 2
|
||||||
|
},
|
||||||
|
"requiredTools": {
|
||||||
|
"hammer_dig": "tetra:maxed_forge_hammer"
|
||||||
|
},
|
||||||
|
"moduleKey": "double/basic_hammer",
|
||||||
|
"moduleVariant": "basic_hammer/netherite"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue