Compare commits
No commits in common. "55381984a9d2f4c7f96b93fb63f0800ca7ec42a8" and "9ace7160b88c20bc645b50f5bdef7949a414a1a0" have entirely different histories.
55381984a9
...
9ace7160b8
|
|
@ -96,22 +96,22 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"name": "minecraft:leather_chestplate",
|
"name": "minecraft:stone_chestplate",
|
||||||
"weight": 5
|
"weight": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"name": "minecraft:leather_helmet",
|
"name": "minecraft:stone_helmet",
|
||||||
"weight": 5
|
"weight": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"name": "minecraft:leather_leggings",
|
"name": "minecraft:stone_leggings",
|
||||||
"weight": 5
|
"weight": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"name": "minecraft:leather_boots",
|
"name": "minecraft:stone_boots",
|
||||||
"weight": 5
|
"weight": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
"trades": [
|
"trades": [
|
||||||
{
|
{
|
||||||
"sells": {"item": "emerald","count": 1},
|
"sells": {"item": "emerald","count": 1},
|
||||||
"wants": [{"item": "tconstruct:cobalt_ingot","count":2}]
|
"wants": [{"item": "tinkers_construct: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": "emerald","count": 1},
|
"sells": {"item": "","count": 1},
|
||||||
"wants": [{"item": "diamond","count":4}]
|
"wants": [{"item": "diamond","count":4}]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue