Fixed issues identified in playtest

This commit is contained in:
patience 2025-11-01 02:00:15 +00:00
parent 55381984a9
commit b673dd0d89
No known key found for this signature in database
15 changed files with 586 additions and 0 deletions

View file

@ -0,0 +1,69 @@
{
"type": "minecraft:archaeology",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:arms_up_pottery_sherd",
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:brewer_pottery_sherd",
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:brick"
},
{
"type": "minecraft:item",
"name": "minecraft:emerald"
},
{
"type": "minecraft:item",
"name": "minecraft:stick"
},
{
"type": "minecraft:item",
"functions": [
{
"effects": [
{
"type": "minecraft:night_vision",
"duration": {
"type": "minecraft:uniform",
"max": 10,
"min": 7
}
},
{
"type": "minecraft:jump_boost",
"duration": {
"type": "minecraft:uniform",
"max": 10,
"min": 7
}
},
{
"type": "minecraft:saturation",
"duration": {
"type": "minecraft:uniform",
"max": 10,
"min": 7
}
}
],
"function": "minecraft:set_stew_effect"
}
],
"name": "minecraft:suspicious_stew"
}
],
"rolls": 1
}
],
"random_sequence": "minecraft:archaeology/desert_well"
}

View file

@ -0,0 +1,56 @@
{
"type": "minecraft:block",
"pools": [{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [{
"enchantment": "minecraft:silk_touch",
"levels": {"min": 1}
}]
}
}
],
"name": "minecraft:gravel"
},
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"chances": [
0.1,
0.14285715,
0.25,
1
],
"condition": "minecraft:table_bonus",
"enchantment": "minecraft:fortune"
}
],
"name": "minecraft:flint"
},
{
"type": "minecraft:item",
"name": "minecraft:flint"
}
],
"conditions": [{"condition": "minecraft:survives_explosion"}]
}
]
}
],
"rolls": 1
}],
"random_sequence": "minecraft:blocks/gravel"
}

View file

@ -0,0 +1,300 @@
{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:lead",
"weight": 20
},
{
"type": "minecraft:item",
"name": "minecraft:golden_apple",
"weight": 15
},
{
"type": "minecraft:item",
"name": "minecraft:iron_axe",
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:music_disc_13",
"weight": 15
},
{
"type": "minecraft:item",
"name": "minecraft:music_disc_cat",
"weight": 15
},
{
"type": "minecraft:item",
"name": "minecraft:name_tag",
"weight": 20
},
{
"type": "minecraft:item",
"name": "minecraft:chainmail_chestplate",
"weight": 10
},
{
"type": "minecraft:item",
"name": "minecraft:golden_hoe",
"weight": 15
},
{
"type": "minecraft:item",
"name": "minecraft:golden_chestplate",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [
{"function": "minecraft:enchant_randomly"}
],
"name": "minecraft:book",
"weight": 10
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 3,
"min": 1
}
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:iron_ingot",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:gold_ingot",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:bread",
"weight": 20
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:cookie",
"weight": 20
},
{
"type": "minecraft:item",
"name": "minecraft:bucket",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:redstone",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:coal",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 2
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:melon_seeds",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 2
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:pumpkin_seeds",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 2
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:beetroot_seeds",
"weight": 10
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
}
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 8,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:bone",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 8,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:gunpowder",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 8,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:golden_carrot",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 8,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:string",
"weight": 10
}
],
"rolls": 3
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:empty"
},
{
"type": "minecraft:item",
"name": "minecraft:vex_armor_trim_smithing_template"
}
],
"rolls": 1
}
],
"random_sequence": "minecraft:chests/woodland_mansion"
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"X": {"item": "minecraft:gold"},
"Y": {"item": "minecraft:furnace"},
"Z": {"item": "minecraft:nether_brick"}
},
"pattern": [
"XXX",
"XYX",
"ZZZ"
],
"result": {"item": "minecraft:blast_furnace"},
"show_notification": true
}

View file

@ -0,0 +1,7 @@
{
"type": "minecraft:smithing_transform",
"addition": {"item": "minecraft:amethyst_cluster"},
"base": {"item": "minecraft:copper_block"},
"result": {"item": "tconstruct:amethyst_bronze_block"},
"template": {"item": "minecraft:amethyst_cluster"}
}

View file

@ -0,0 +1,11 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 2700,
"experience": 24.3,
"group": "cobalt_block",
"ingredient": {
"item": "tconstruct:raw_cobalt_block"
},
"result": "tconstruct:cobalt_block"
}

View file

@ -0,0 +1,11 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 300,
"experience": 2.7,
"group": "cobalt_ingot",
"ingredient": {
"item": "tconstruct:raw_cobalt"
},
"result": "tconstruct:cobalt_ingot"
}

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "hepatizon_ingot",
"ingredients": [
{"item": "minecraft:copper_ingot"},
{"item": "minecraft:copper_ingot"},
{"item": "tconstruct:cobalt_ingot"},
{"item": "minecraft:quartz"},
{"item": "minecraft:popped_chorus_fruit"}
],
"result": {
"item": "tconstruct:hepatizon_ingot",
"count":2
}
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "netherite_ingot",
"ingredients": [
{"item": "minecraft:blaze_powder"},
{"item": "minecraft:blaze_powder"},
{"item": "minecraft:netherite_scrap"},
{"item": "tconstruct:cobalt_ingot"},
{"item": "tconstruct:cobalt_ingot"},
{"item": "tconstruct:cobalt_ingot"},
{"item": "minecraft:phantom_membrane"}
],
"result": {"item": "tconstruct:manyullyn_ingot","count":4}
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "queens_slime_ingot",
"ingredients": [
{"item": "minecraft:gold_ingot"},
{"item": "minecraft:magma_cream"},
{"item": "tconstruct:cobalt_ingot"},
{"item": "minecraft:netherite_scrap"}
],
"result": {
"item": "tconstruct:queens_slime_ingot",
"count":2
}
}

View file

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "rose_gold_ingot",
"ingredients": [
{"item": "minecraft:copper_ingot"},
{"item": "minecraft:gold_ingot"},
{"item": "minecraft:gunpowder"},
[
{"item": "minecraft:coal"},
{"item": "minecraft:charcoal"}
]
],
"result": {
"item": "tconstruct:rose_gold_ingot",
"count":2
}
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "sky_slime_ingot",
"ingredients": [
{"item": "minecraft:diamond"},
{"item": "minecraft:slime_ball"},
{"item": "minecraft:slime_ball"},
{"item": "minecraft:slime_ball"}
],
"result": {
"item": "tconstruct:sky_slime_ball",
"count":3
}
}

View file

@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "slimesteel_ingot",
"ingredients": [
{"item": "tconstruct:sky_slime_ball"},
{"item": "minecraft:iron_ingot"},
{"item": "tconstruct:seared_brick"},
{"item": "tconstruct:seared_brick"}
],
"result": {
"item": "tconstruct:slimesteel_ingot",
"count":2
}
}

View file

@ -0,0 +1,11 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 3600,
"experience": 27.0,
"group": "steel_block",
"ingredient": {
"item": "minecraft:iron_block"
},
"result": "tconstruct:steel_block"
}

View file

@ -0,0 +1,11 @@
{
"type": "minecraft:blasting",
"category": "misc",
"cookingtime": 400,
"experience": 3.0,
"group": "steel_ingot",
"ingredient": {
"item": "minecraft:iron_ingot"
},
"result": "tconstruct:steel_ingot"
}