more recepis

This commit is contained in:
Glitchlabs
2026-07-26 13:05:53 +02:00
parent 3261873cf2
commit da417d8d76
6 changed files with 115 additions and 2 deletions
@@ -1,6 +1,6 @@
// 1.21.1 2026-07-26T11:45:56.201470511 Tags for minecraft:block mod id ornamentum // 1.21.1 2026-07-26T11:55:55.267561794 Tags for minecraft:block mod id ornamentum
585e131e594c65c425b3e81803fae3fdd63e2f03 data/c/tags/block/concretes.json 585e131e594c65c425b3e81803fae3fdd63e2f03 data/c/tags/block/concretes.json
a73117c35ff1854096ee414619e203f4ad2089d7 data/c/tags/block/dyed.json d6eacbcd8adf316d0d3916d8fb8ce6a41be2bb17 data/c/tags/block/dyed.json
8281ec180c87b02f17e4be444a350685b52f1e31 data/c/tags/block/dyed/black.json 8281ec180c87b02f17e4be444a350685b52f1e31 data/c/tags/block/dyed/black.json
c5af22efdd6bc4e49db48d9f1c6aa9a6228f3943 data/c/tags/block/dyed/blue.json c5af22efdd6bc4e49db48d9f1c6aa9a6228f3943 data/c/tags/block/dyed/blue.json
23316dbc715ef307fc7403c96e7106aaeb37c78f data/c/tags/block/dyed/brown.json 23316dbc715ef307fc7403c96e7106aaeb37c78f data/c/tags/block/dyed/brown.json
@@ -55,6 +55,45 @@
"ornamentum:pride_flag", "ornamentum:pride_flag",
"ornamentum:progress_pride_flag", "ornamentum:progress_pride_flag",
"ornamentum:trans_flag", "ornamentum:trans_flag",
"ornamentum:austria_flag",
"ornamentum:bouvet_island_flag",
"ornamentum:canada_flag",
"ornamentum:china_flag",
"ornamentum:denmark_flag",
"ornamentum:finland_flag",
"ornamentum:france_flag",
"ornamentum:germany_flag",
"ornamentum:greece_flag",
"ornamentum:hungary_flag",
"ornamentum:iceland_flag",
"ornamentum:india_flag",
"ornamentum:ireland_flag",
"ornamentum:italy_flag",
"ornamentum:japan_flag",
"ornamentum:latvia_flag",
"ornamentum:netherlands_flag",
"ornamentum:sweden_flag",
"ornamentum:switzerland_flag",
"ornamentum:united_kingdom_flag",
"ornamentum:united_states_flag",
"ornamentum:agender_flag",
"ornamentum:aroace_flag",
"ornamentum:aromantic_flag",
"ornamentum:asexual_flag",
"ornamentum:bisexual_flag",
"ornamentum:demiromantic_flag",
"ornamentum:demisexual_flag",
"ornamentum:gay_men_flag",
"ornamentum:genderfluid_flag",
"ornamentum:genderqueer_flag",
"ornamentum:intersex_flag",
"ornamentum:lesbian_flag",
"ornamentum:non-binary_flag",
"ornamentum:omnisexual_flag",
"ornamentum:pansexual_flag",
"ornamentum:pride_flag",
"ornamentum:progress_pride_flag",
"ornamentum:trans_flag",
"ornamentum:white_pattern_block", "ornamentum:white_pattern_block",
"ornamentum:white_pattern_block_stairs", "ornamentum:white_pattern_block_stairs",
"ornamentum:white_pattern_block_slab", "ornamentum:white_pattern_block_slab",
@@ -706,6 +706,47 @@ public class ModBlockTagProvider extends BlockTagsProvider {
.add(ModBlocks.PROGRESS_PRIDE_FLAG.get()) .add(ModBlocks.PROGRESS_PRIDE_FLAG.get())
.add(ModBlocks.TRANS_FLAG.get()) .add(ModBlocks.TRANS_FLAG.get())
.add(ModBlocks.AUSTRIA_FLAG.get())
.add(ModBlocks.BOUVET_ISLAND_FLAG.get())
.add(ModBlocks.CANADA_FLAG.get())
.add(ModBlocks.CHINA_FLAG.get())
.add(ModBlocks.DENMARK_FLAG.get())
.add(ModBlocks.FINLAND_FLAG.get())
.add(ModBlocks.FRANCE_FLAG.get())
.add(ModBlocks.GERMANY_FLAG.get())
.add(ModBlocks.GREECE_FLAG.get())
.add(ModBlocks.HUNGARY_FLAG.get())
.add(ModBlocks.ICELAND_FLAG.get())
.add(ModBlocks.INDIA_FLAG.get())
.add(ModBlocks.IRELAND_FLAG.get())
.add(ModBlocks.ITALY_FLAG.get())
.add(ModBlocks.JAPAN_FLAG.get())
.add(ModBlocks.LATVIA_FLAG.get())
.add(ModBlocks.NETHERLANDS_FLAG.get())
.add(ModBlocks.SWEDEN_FLAG.get())
.add(ModBlocks.SWITZERLAND_FLAG.get())
.add(ModBlocks.UNITED_KINGDOM_FLAG.get())
.add(ModBlocks.UNITED_STATES_FLAG.get())
.add(ModBlocks.AGENDER_FLAG.get())
.add(ModBlocks.AROACE_FLAG.get())
.add(ModBlocks.AROMANTIC_FLAG.get())
.add(ModBlocks.ASEXUAL_FLAG.get())
.add(ModBlocks.BISEXUAL_FLAG.get())
.add(ModBlocks.DEMIROMANTIC_FLAG.get())
.add(ModBlocks.DEMISEXUAL_FLAG.get())
.add(ModBlocks.GAY_MEN_FLAG.get())
.add(ModBlocks.GENDERFLUID_FLAG.get())
.add(ModBlocks.GENDERQUEER_FLAG.get())
.add(ModBlocks.INTERSEX_FLAG.get())
.add(ModBlocks.LESBIAN_FLAG.get())
.add(ModBlocks.NON_BINARY_FLAG.get())
.add(ModBlocks.OMNISEXUAL_FLAG.get())
.add(ModBlocks.PANSEXUAL_FLAG.get())
.add(ModBlocks.PRIDE_FLAG.get())
.add(ModBlocks.PROGRESS_PRIDE_FLAG.get())
.add(ModBlocks.TRANS_FLAG.get())
.add(ModBlocks.WHITE_PATTERN_BLOCK.get()) .add(ModBlocks.WHITE_PATTERN_BLOCK.get())
.add(ModBlocks.WHITE_PATTERN_BLOCK_STAIRS.get()) .add(ModBlocks.WHITE_PATTERN_BLOCK_STAIRS.get())
.add(ModBlocks.WHITE_PATTERN_BLOCK_SLAB.get()) .add(ModBlocks.WHITE_PATTERN_BLOCK_SLAB.get())
@@ -0,0 +1,11 @@
{
"type": "minecraft:stonecutting",
"group": "Ornamentum",
"ingredient": {
"item": "minecraft:iron_block"
},
"result": {
"count": 1,
"id": "ornamentum:mesh_iron"
}
}
@@ -0,0 +1,11 @@
{
"type": "minecraft:stonecutting",
"group": "Ornamentum",
"ingredient": {
"item": "minecraft:white_concrete"
},
"result": {
"count": 1,
"id": "ornamentum:pool_tiles"
}
}
@@ -0,0 +1,11 @@
{
"type": "minecraft:stonecutting",
"group": "Ornamentum",
"ingredient": {
"item": "minecraft:white_concrete"
},
"result": {
"count": 1,
"id": "ornamentum:pool_tiles1"
}
}