forradalom es szabadsagharc: island structure, update ak47, rework revolver

This commit is contained in:
2026-03-15 17:25:45 +01:00
parent 87e4c03db6
commit 351c41c028
47 changed files with 837 additions and 246 deletions

View File

@@ -1,7 +1,8 @@
{
"replace": false,
"values": [
"szar:niggerite_block"
"szar:niggerite_block",
"szar:cigany"
]
}

View File

@@ -0,0 +1,61 @@
{
"type": "minecraft:chest",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "szar:epstein_files"
}
]
},
{
"rolls": 26,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:gold_ingot",
"weight": 40,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:binomial",
"n": 1,
"p": 0.2
},
"add": true
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:diamond",
"weight": 30,
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:binomial",
"n": 1,
"p": 0.2
},
"add": true
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:gold_block",
"weight": 20
},
{
"type": "minecraft:item",
"name": "minecraft:diamond_block",
"weight": 10
}
]
}
]
}

View File

@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"DDD",
"DDD",
"DDD"
],
"key": {
"D": {
"item": "minecraft:debug_stick"
}
},
"result": {
"item": "szar:cigany",
"count": 1
}
}

Binary file not shown.

View File

@@ -0,0 +1,11 @@
{
"values": [
"minecraft:ocean",
"minecraft:deep_ocean",
"minecraft:cold_ocean",
"minecraft:deep_cold_ocean",
"minecraft:lukewarm_ocean",
"minecraft:deep_lukewarm_ocean",
"minecraft:warm_ocean"
]
}

View File

@@ -0,0 +1,8 @@
{
"type": "szar:island",
"biomes": "#szar:island",
"step": "surface_structures",
"terrain_adaptation": "beard_thin",
"spawn_overrides": {},
"config": {}
}

View File

@@ -0,0 +1,14 @@
{
"structures": [
{
"structure": "szar:island",
"weight": 1
}
],
"placement": {
"type": "minecraft:random_spread",
"spacing": 40,
"separation": 20,
"salt": 533693546
}
}