forradalom es szabadsagharc: island structure, update ak47, rework revolver
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"szar:niggerite_block"
|
||||
"szar:niggerite_block",
|
||||
"szar:cigany"
|
||||
]
|
||||
}
|
||||
|
||||
61
src/main/resources/data/szar/loot_tables/chests/island.json
Normal file
61
src/main/resources/data/szar/loot_tables/chests/island.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
17
src/main/resources/data/szar/recipes/debug.json
Normal file
17
src/main/resources/data/szar/recipes/debug.json
Normal 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
|
||||
}
|
||||
}
|
||||
BIN
src/main/resources/data/szar/structures/island.nbt
Normal file
BIN
src/main/resources/data/szar/structures/island.nbt
Normal file
Binary file not shown.
11
src/main/resources/data/szar/tags/worldgen/biome/island.json
Normal file
11
src/main/resources/data/szar/tags/worldgen/biome/island.json
Normal 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"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "szar:island",
|
||||
"biomes": "#szar:island",
|
||||
"step": "surface_structures",
|
||||
"terrain_adaptation": "beard_thin",
|
||||
"spawn_overrides": {},
|
||||
"config": {}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"structures": [
|
||||
{
|
||||
"structure": "szar:island",
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"spacing": 40,
|
||||
"separation": 20,
|
||||
"salt": 533693546
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user