Compare commits
2 commits
9ace7160b8
...
55381984a9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
55381984a9 | ||
|
|
142a83b007 |
|
|
@ -96,22 +96,22 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"name": "minecraft:stone_chestplate",
|
"name": "minecraft:leather_chestplate",
|
||||||
"weight": 5
|
"weight": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"name": "minecraft:stone_helmet",
|
"name": "minecraft:leather_helmet",
|
||||||
"weight": 5
|
"weight": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"name": "minecraft:stone_leggings",
|
"name": "minecraft:leather_leggings",
|
||||||
"weight": 5
|
"weight": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"name": "minecraft:stone_boots",
|
"name": "minecraft:leather_boots",
|
||||||
"weight": 5
|
"weight": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
"trades": [
|
"trades": [
|
||||||
{
|
{
|
||||||
"sells": {"item": "emerald","count": 1},
|
"sells": {"item": "emerald","count": 1},
|
||||||
"wants": [{"item": "tinkers_construct:cobalt_ingot","count":2}]
|
"wants": [{"item": "tconstruct:cobalt_ingot","count":2}]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"sells": {"item": "golden_helmet","functions":[{"function":"enchant_randomly"}],"count": 1},
|
"sells": {"item": "golden_helmet","functions":[{"function":"enchant_randomly"}],"count": 1},
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
},
|
},
|
||||||
"trades": [
|
"trades": [
|
||||||
{
|
{
|
||||||
"sells": {"item": "","count": 1},
|
"sells": {"item": "emerald","count": 1},
|
||||||
"wants": [{"item": "diamond","count":4}]
|
"wants": [{"item": "diamond","count":4}]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue