Villager changes
This commit is contained in:
commit
6587b03317
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"replace":true,
|
||||
"values": ["minecraft:crying_obsidian"]
|
||||
"values": [
|
||||
"minecraft:crying_obsidian"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"criteria": {
|
||||
"has_stick": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:stick"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"conditions": {
|
||||
"recipe": "paxelsfordummies:wooden_paxel"
|
||||
},
|
||||
"trigger": "minecraft:recipe_unlocked"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_stick",
|
||||
"has_the_recipe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"recipes": [
|
||||
"paxelsfordummies:wooden_paxel"
|
||||
]
|
||||
},
|
||||
"sends_telemetry_event": false
|
||||
}
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"size": 3
|
||||
"size": 2
|
||||
}
|
||||
|
|
|
|||
3
data/tetra/materials/gem/diamond.json
Normal file
3
data/tetra/materials/gem/diamond.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"toolLevel": 6
|
||||
}
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
"integrityCost": 2,
|
||||
"integrityGain": 5,
|
||||
"magicCapacity": 140,
|
||||
"toolLevel": 4,
|
||||
"toolLevel": 5,
|
||||
"toolEfficiency": 7,
|
||||
"tints": {
|
||||
"glyph": "f66fb7",
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"integrityCost": 2,
|
||||
"integrityGain": 5,
|
||||
"magicCapacity": 85,
|
||||
"toolLevel": 5,
|
||||
"toolLevel": 6,
|
||||
"toolEfficiency": 7.3,
|
||||
"tints": {
|
||||
"glyph": "2222dd",
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"integrityCost": 2,
|
||||
"integrityGain": 5,
|
||||
"magicCapacity": 75,
|
||||
"toolLevel": 6,
|
||||
"toolLevel": 7,
|
||||
"toolEfficiency": 8,
|
||||
"tintOverrides": false,
|
||||
"tints": {
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"integrityCost": 3,
|
||||
"integrityGain": 5,
|
||||
"magicCapacity": 90,
|
||||
"toolLevel": 6,
|
||||
"toolLevel": 7,
|
||||
"toolEfficiency": 6.5,
|
||||
"tintOverrides": false,
|
||||
"tints": {
|
||||
|
|
|
|||
3
data/tetra/materials/metal/netherite.json
Normal file
3
data/tetra/materials/metal/netherite.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"toolLevel": 7
|
||||
}
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
"integrityCost": 2,
|
||||
"integrityGain": 5,
|
||||
"magicCapacity": 105,
|
||||
"toolLevel": 6,
|
||||
"toolLevel": 7,
|
||||
"toolEfficiency": 6,
|
||||
"tintOverrides": false,
|
||||
"tints": {
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"integrityCost": 2,
|
||||
"integrityGain": 5,
|
||||
"magicCapacity": 90,
|
||||
"toolLevel": "minecraft:diamond",
|
||||
"toolLevel": 6,
|
||||
"toolEfficiency": 6,
|
||||
"textureOverrides": [
|
||||
"item/module/crossbow/stave/basic/",
|
||||
|
|
|
|||
Loading…
Reference in a new issue