minecraft server init

This commit is contained in:
2025-07-23 08:37:00 +03:00
commit ccf1f5f4d0
2460 changed files with 291551 additions and 0 deletions

View File

@ -0,0 +1,82 @@
{
"Profession":"minecraft:librarian",
"Career":"cartographer",
"Offers":{
"Recipes":[
{
"action":"clear",
"CareerLevel":1
},
{
"action":"clear",
"CareerLevel":2
},
{
"action":"clear",
"CareerLevel":3
},
{
"action":"add",
"CareerLevel":1,
"buy":{
"id":"minecraft:feather",
"Count":{
"min":4,
"max":8
}
},
"buyB":{
"id":"minecraft:dye",
"Count":{
"min":8,
"max":12
}
},
"sell":{
"id":"antiqueatlas:empty_antique_atlas",
"Count":1
}
},
{
"action":"add",
"CareerLevel":2,
"buy":{
"id":"betterwithmods:material",
"Damage":3,
"Count":{
"min":4,
"max":8
}
},
"sell":{
"id":"betterwithmods:manual",
"Count":1
}
},
{
"action":"add",
"CareerLevel":3,
"buy":{
"id":"geolosys:cluster",
"Damage":2,
"Count":{
"min":1,
"max":2
}
},
"buyB":{
"id":"geolosys:cluster",
"Damage":3,
"Count":{
"min":1,
"max":2
}
},
"sell":{
"id":"geolosys:field_manual",
"Count":1
}
}
]
}
}