Skip to content

Commit

Permalink
Add market_example.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MEDVEDx64 committed Jan 10, 2022
1 parent c1b8977 commit 6924d61
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions market_example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"disabled":false,
"short_name":"eastland1",
"text":"Eastland Town",
"xcoord":5320,
"zcoord":1608,
"accept":{
"Torch":{
"itemid":"torch",
"reward":0.1,
"restock_id":"torch",
"restock_mul":1
},
"Coal Block":{
"itemid":"coal_block",
"reward":1.8,
"restock_id":"coal",
"restock_mul":9
},
"Iron Block":{
"itemid":"iron_block",
"reward":6.5
}
},
"blocks":[
[
5320,
64,
1610
],
[
5319,
64,
1610
],
[
5318,
64,
1610
],
[
5320,
64,
1609
],
[
5319,
64,
1609
],
[
5318,
64,
1609
],
[
5320,
64,
1608
],
[
5319,
64,
1608
]
]
}

0 comments on commit 6924d61

Please sign in to comment.