-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7837683
commit 75bdbf2
Showing
13 changed files
with
163 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 10 additions & 7 deletions
17
.../resources/data/supplementaries/moonlight/villager_trades/red_merchant/firework_star.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
{ | ||
"type": "supplementaries:random_firework_star", | ||
"max_trades": 12, | ||
"price": { | ||
"id": "minecraft:emerald", | ||
"Count": 1 | ||
}, | ||
"amount": 1 | ||
"type": "supplementaries:wrap_on_christmas", | ||
"trade": { | ||
"type": "supplementaries:random_firework_star", | ||
"max_trades": 12, | ||
"price": { | ||
"id": "minecraft:emerald", | ||
"Count": 1 | ||
}, | ||
"amount": 1 | ||
} | ||
} |
21 changes: 12 additions & 9 deletions
21
...main/resources/data/supplementaries/moonlight/villager_trades/red_merchant/gunpowder.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
{ | ||
"type": "simple", | ||
"max_trades": 8, | ||
"price": { | ||
"id": "minecraft:emerald", | ||
"Count": 1 | ||
}, | ||
"offer": { | ||
"id": "minecraft:gunpowder", | ||
"Count": 2 | ||
"type": "supplementaries:wrap_on_christmas", | ||
"trade": { | ||
"type": "simple", | ||
"max_trades": 8, | ||
"price": { | ||
"id": "minecraft:emerald", | ||
"Count": 1 | ||
}, | ||
"offer": { | ||
"id": "minecraft:gunpowder", | ||
"Count": 2 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 14 additions & 11 deletions
25
...rc/main/resources/data/supplementaries/moonlight/villager_trades/red_merchant/rocket.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
{ | ||
"type": "supplementaries:random_firework", | ||
"max_trades": 12, | ||
"price": { | ||
"id": "minecraft:emerald", | ||
"Count": 2 | ||
}, | ||
"price_secondary": { | ||
"id": "minecraft:paper", | ||
"Count": 1 | ||
}, | ||
"amount": 3 | ||
"type": "supplementaries:wrap_on_christmas", | ||
"trade": { | ||
"type": "supplementaries:random_firework", | ||
"max_trades": 12, | ||
"price": { | ||
"id": "minecraft:emerald", | ||
"Count": 2 | ||
}, | ||
"price_secondary": { | ||
"id": "minecraft:paper", | ||
"Count": 1 | ||
}, | ||
"amount": 3 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 12 additions & 9 deletions
21
...n/src/main/resources/data/supplementaries/moonlight/villager_trades/red_merchant/tnt.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
{ | ||
"type": "simple", | ||
"max_trades": 8, | ||
"price": { | ||
"id": "minecraft:emerald", | ||
"Count": 4 | ||
}, | ||
"offer": { | ||
"id": "minecraft:tnt", | ||
"Count": 1 | ||
"type": "supplementaries:wrap_on_christmas", | ||
"trade": { | ||
"type": "simple", | ||
"max_trades": 8, | ||
"price": { | ||
"id": "minecraft:emerald", | ||
"Count": 4 | ||
}, | ||
"offer": { | ||
"id": "minecraft:tnt", | ||
"Count": 1 | ||
} | ||
} | ||
} |