14 Commits

Author SHA1 Message Date
Vos 558dfda816 Merge remote-tracking branch 'origin/v2-1.21.9' into v2-1.21.9 2026-03-19 18:17:06 -05:00
Vos a34dc3b492 Fixes 2.0.3 + tags + Diamonds + Crafting Recipes 2026-03-19 18:16:40 -05:00
Vos 3c36e41c99 Merge remote-tracking branch 'origin/v2-1.21.9' into v2-1.21.9 2026-03-19 18:13:15 -05:00
Vos 7a947862a0 Merge remote-tracking branch 'origin/v2-1.21.9' into v2-1.21.9
# Conflicts:
#	src/main/java/com/acethewildfire/acesbs/KNOWN_ISSUES
#	src/main/java/com/acethewildfire/acesbs/datagen/ModBlockTagProvider.java
#	src/main/java/com/acethewildfire/acesbs/datagen/ModItemTagProvider.java
2026-03-19 18:12:49 -05:00
Vos 333d5699bd Merge remote-tracking branch 'origin/v2-1.21.9' into v2-1.21.9
# Conflicts:
#	src/main/java/com/acethewildfire/acesbs/KNOWN_ISSUES
#	src/main/java/com/acethewildfire/acesbs/datagen/ModBlockTagProvider.java
#	src/main/java/com/acethewildfire/acesbs/datagen/ModItemTagProvider.java
2026-03-18 22:21:46 -05:00
Vos c5628975e8 Fixes 2.0.3 + tags + Diamonds + Crafting Recipes 2026-03-18 22:21:01 -05:00
Vos 1832026cd8 Fixes 2.0.3 + tags + Diamonds 2026-03-18 00:02:17 -05:00
Vos 3b43a7175e Fixes 2.0.2 2026-03-16 02:40:35 -05:00
Vos db836f943f Fixes 2026-03-16 01:31:28 -05:00
Vos 62b122e334 Update to 1.21.9
THANK FUCKING GOD
2026-03-15 22:33:21 -05:00
Vos 883cabc35c Update to 1.21.6 2026-03-15 21:51:59 -05:00
Vos 1f7b904c63 Update to 1.21.5 2026-03-15 21:02:29 -05:00
Vos a6630f9810 Update to 1.21.4 2026-03-15 18:21:19 -05:00
Vos 43f9f7760d Update to 1.21.3 2026-03-15 17:10:24 -05:00
435 changed files with 4352 additions and 3463 deletions
+4 -4
View File
@@ -35,10 +35,10 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway. // Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modCompileOnly "me.shedaniel:RoughlyEnoughItems-api-fabric:16.0.777" // SHITS FUCKED NO MORE REI
modRuntimeOnly "me.shedaniel:RoughlyEnoughItems-fabric:16.0.777" // modApi "me.shedaniel:RoughlyEnoughItems-fabric:17.0.807"
modApi "dev.architectury:architectury-fabric:13.0.8" // modApi "dev.architectury:architectury-fabric:14.0.4"
modApi "me.shedaniel.cloth:cloth-config-fabric:15.0.140" // modApi "me.shedaniel.cloth:cloth-config-fabric:16.0.143"
} }
processResources { processResources {
+5 -5
View File
@@ -4,15 +4,15 @@ org.gradle.parallel=true
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/develop # check these on https://fabricmc.net/develop
minecraft_version=1.21.1 minecraft_version=1.21.9
yarn_mappings=1.21.1+build.3 yarn_mappings=1.21.9+build.1
loader_version=0.18.4 loader_version=0.17.3
loom_version=1.15-SNAPSHOT loom_version=1.15-SNAPSHOT
# Fabric API # Fabric API
fabric_version=0.116.8+1.21.1 fabric_version=0.134.1+1.21.9
# Mod Properties # Mod Properties
mod_version=2.0.0 mod_version=2.0.3
maven_group=com.acethewildfire.acesbs maven_group=com.acethewildfire.acesbs
archives_base_name=acesbs archives_base_name=acesbs
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/aquarium_gravel"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_armor_trim_smithing_template"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_axe"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/ashen_steel_block"
}
}
@@ -0,0 +1,89 @@
{
"model": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_boots_quartz_trim"
},
"when": "minecraft:quartz"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_boots_iron_trim"
},
"when": "minecraft:iron"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_boots_netherite_trim"
},
"when": "minecraft:netherite"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_boots_redstone_trim"
},
"when": "minecraft:redstone"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_boots_copper_trim"
},
"when": "minecraft:copper"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_boots_gold_trim"
},
"when": "minecraft:gold"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_boots_emerald_trim"
},
"when": "minecraft:emerald"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_boots_diamond_trim"
},
"when": "minecraft:diamond"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_boots_lapis_trim"
},
"when": "minecraft:lapis"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_boots_amethyst_trim"
},
"when": "minecraft:amethyst"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_boots_resin_trim"
},
"when": "minecraft:resin"
}
],
"fallback": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_boots"
},
"property": "minecraft:trim_material"
}
}
@@ -0,0 +1,89 @@
{
"model": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_chestplate_quartz_trim"
},
"when": "minecraft:quartz"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_chestplate_iron_trim"
},
"when": "minecraft:iron"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_chestplate_netherite_trim"
},
"when": "minecraft:netherite"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_chestplate_redstone_trim"
},
"when": "minecraft:redstone"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_chestplate_copper_trim"
},
"when": "minecraft:copper"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_chestplate_gold_trim"
},
"when": "minecraft:gold"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_chestplate_emerald_trim"
},
"when": "minecraft:emerald"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_chestplate_diamond_trim"
},
"when": "minecraft:diamond"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_chestplate_lapis_trim"
},
"when": "minecraft:lapis"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_chestplate_amethyst_trim"
},
"when": "minecraft:amethyst"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_chestplate_resin_trim"
},
"when": "minecraft:resin"
}
],
"fallback": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_chestplate"
},
"property": "minecraft:trim_material"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_hammer"
}
}
@@ -0,0 +1,89 @@
{
"model": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_helmet_quartz_trim"
},
"when": "minecraft:quartz"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_helmet_iron_trim"
},
"when": "minecraft:iron"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_helmet_netherite_trim"
},
"when": "minecraft:netherite"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_helmet_redstone_trim"
},
"when": "minecraft:redstone"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_helmet_copper_trim"
},
"when": "minecraft:copper"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_helmet_gold_trim"
},
"when": "minecraft:gold"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_helmet_emerald_trim"
},
"when": "minecraft:emerald"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_helmet_diamond_trim"
},
"when": "minecraft:diamond"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_helmet_lapis_trim"
},
"when": "minecraft:lapis"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_helmet_amethyst_trim"
},
"when": "minecraft:amethyst"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_helmet_resin_trim"
},
"when": "minecraft:resin"
}
],
"fallback": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_helmet"
},
"property": "minecraft:trim_material"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_hoe"
}
}
@@ -0,0 +1,89 @@
{
"model": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_leggings_quartz_trim"
},
"when": "minecraft:quartz"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_leggings_iron_trim"
},
"when": "minecraft:iron"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_leggings_netherite_trim"
},
"when": "minecraft:netherite"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_leggings_redstone_trim"
},
"when": "minecraft:redstone"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_leggings_copper_trim"
},
"when": "minecraft:copper"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_leggings_gold_trim"
},
"when": "minecraft:gold"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_leggings_emerald_trim"
},
"when": "minecraft:emerald"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_leggings_diamond_trim"
},
"when": "minecraft:diamond"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_leggings_lapis_trim"
},
"when": "minecraft:lapis"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_leggings_amethyst_trim"
},
"when": "minecraft:amethyst"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_leggings_resin_trim"
},
"when": "minecraft:resin"
}
],
"fallback": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_leggings"
},
"property": "minecraft:trim_material"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_pickaxe"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_shovel"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ashen_steel_sword"
}
}
@@ -0,0 +1,89 @@
{
"model": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/berserkers_pauldron_quartz_trim"
},
"when": "minecraft:quartz"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/berserkers_pauldron_iron_trim"
},
"when": "minecraft:iron"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/berserkers_pauldron_netherite_trim"
},
"when": "minecraft:netherite"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/berserkers_pauldron_redstone_trim"
},
"when": "minecraft:redstone"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/berserkers_pauldron_copper_trim"
},
"when": "minecraft:copper"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/berserkers_pauldron_gold_trim"
},
"when": "minecraft:gold"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/berserkers_pauldron_emerald_trim"
},
"when": "minecraft:emerald"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/berserkers_pauldron_diamond_trim"
},
"when": "minecraft:diamond"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/berserkers_pauldron_lapis_trim"
},
"when": "minecraft:lapis"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/berserkers_pauldron_amethyst_trim"
},
"when": "minecraft:amethyst"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/berserkers_pauldron_resin_trim"
},
"when": "minecraft:resin"
}
],
"fallback": {
"type": "minecraft:model",
"model": "acesbs:item/berserkers_pauldron"
},
"property": "minecraft:trim_material"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/bricked_up"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/cooked_lemon"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/crab_rave_music_disc"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/crystal_entropy"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/crystal_entropy_pane"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/deepslate_entropy_ore"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/dust_of_order"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/endtropy_ore"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/entropy_ore"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/evil_block"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/fractal_diamond"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/fren_spawn_egg"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/green_bricks"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/hellfire_diamond"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/infernal_ashes"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/infernal_ashes_block"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/infernal_ashes_ore"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/infernal_beef"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/ingot_of_order"
}
}
@@ -0,0 +1,35 @@
{
"model": {
"type": "minecraft:condition",
"on_false": {
"type": "minecraft:model",
"model": "acesbs:item/kaupen_bow"
},
"on_true": {
"type": "minecraft:range_dispatch",
"entries": [
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/kaupen_bow_pulling_1"
},
"threshold": 0.65
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/kaupen_bow_pulling_2"
},
"threshold": 0.9
}
],
"fallback": {
"type": "minecraft:model",
"model": "acesbs:item/kaupen_bow_pulling_0"
},
"property": "minecraft:use_duration",
"scale": 0.05
},
"property": "minecraft:using_item"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/lemon"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/lemonwood_button_inventory"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/lemonwood_door"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/lemonwood_fence_inventory"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/lemonwood_fence_gate"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/lemonwood_leaves"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/lemonwood_log"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/lemonwood_planks"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/lemonwood_pressure_plate"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/lemonwood_sapling"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/lemonwood_slab"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/lemonwood_stairs"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/lemonwood_trapdoor_bottom"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/lemonwood_wall_inventory"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/lemonwood_wood"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/lizard_button_inventory"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/lizard_planks"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/mote_of_order"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/oracle_lemon"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/potted_lemonwood_sapling"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_armor_trim_smithing_template"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_axe"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/prisma_steel_block"
}
}
@@ -0,0 +1,89 @@
{
"model": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_boots_quartz_trim"
},
"when": "minecraft:quartz"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_boots_iron_trim"
},
"when": "minecraft:iron"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_boots_netherite_trim"
},
"when": "minecraft:netherite"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_boots_redstone_trim"
},
"when": "minecraft:redstone"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_boots_copper_trim"
},
"when": "minecraft:copper"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_boots_gold_trim"
},
"when": "minecraft:gold"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_boots_emerald_trim"
},
"when": "minecraft:emerald"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_boots_diamond_trim"
},
"when": "minecraft:diamond"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_boots_lapis_trim"
},
"when": "minecraft:lapis"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_boots_amethyst_trim"
},
"when": "minecraft:amethyst"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_boots_resin_trim"
},
"when": "minecraft:resin"
}
],
"fallback": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_boots"
},
"property": "minecraft:trim_material"
}
}
@@ -0,0 +1,89 @@
{
"model": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_chestplate_quartz_trim"
},
"when": "minecraft:quartz"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_chestplate_iron_trim"
},
"when": "minecraft:iron"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_chestplate_netherite_trim"
},
"when": "minecraft:netherite"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_chestplate_redstone_trim"
},
"when": "minecraft:redstone"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_chestplate_copper_trim"
},
"when": "minecraft:copper"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_chestplate_gold_trim"
},
"when": "minecraft:gold"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_chestplate_emerald_trim"
},
"when": "minecraft:emerald"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_chestplate_diamond_trim"
},
"when": "minecraft:diamond"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_chestplate_lapis_trim"
},
"when": "minecraft:lapis"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_chestplate_amethyst_trim"
},
"when": "minecraft:amethyst"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_chestplate_resin_trim"
},
"when": "minecraft:resin"
}
],
"fallback": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_chestplate"
},
"property": "minecraft:trim_material"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_hammer"
}
}
@@ -0,0 +1,89 @@
{
"model": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_helmet_quartz_trim"
},
"when": "minecraft:quartz"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_helmet_iron_trim"
},
"when": "minecraft:iron"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_helmet_netherite_trim"
},
"when": "minecraft:netherite"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_helmet_redstone_trim"
},
"when": "minecraft:redstone"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_helmet_copper_trim"
},
"when": "minecraft:copper"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_helmet_gold_trim"
},
"when": "minecraft:gold"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_helmet_emerald_trim"
},
"when": "minecraft:emerald"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_helmet_diamond_trim"
},
"when": "minecraft:diamond"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_helmet_lapis_trim"
},
"when": "minecraft:lapis"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_helmet_amethyst_trim"
},
"when": "minecraft:amethyst"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_helmet_resin_trim"
},
"when": "minecraft:resin"
}
],
"fallback": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_helmet"
},
"property": "minecraft:trim_material"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_hoe"
}
}
@@ -0,0 +1,89 @@
{
"model": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_leggings_quartz_trim"
},
"when": "minecraft:quartz"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_leggings_iron_trim"
},
"when": "minecraft:iron"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_leggings_netherite_trim"
},
"when": "minecraft:netherite"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_leggings_redstone_trim"
},
"when": "minecraft:redstone"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_leggings_copper_trim"
},
"when": "minecraft:copper"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_leggings_gold_trim"
},
"when": "minecraft:gold"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_leggings_emerald_trim"
},
"when": "minecraft:emerald"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_leggings_diamond_trim"
},
"when": "minecraft:diamond"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_leggings_lapis_trim"
},
"when": "minecraft:lapis"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_leggings_amethyst_trim"
},
"when": "minecraft:amethyst"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_leggings_resin_trim"
},
"when": "minecraft:resin"
}
],
"fallback": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_leggings"
},
"property": "minecraft:trim_material"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_pickaxe"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_shovel"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/prisma_steel_sword"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/raw_endtropy"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/raw_endtropy_block"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/raw_entropy"
}
}
@@ -0,0 +1,89 @@
{
"model": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/sovs_plate_carrier_quartz_trim"
},
"when": "minecraft:quartz"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/sovs_plate_carrier_iron_trim"
},
"when": "minecraft:iron"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/sovs_plate_carrier_netherite_trim"
},
"when": "minecraft:netherite"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/sovs_plate_carrier_redstone_trim"
},
"when": "minecraft:redstone"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/sovs_plate_carrier_copper_trim"
},
"when": "minecraft:copper"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/sovs_plate_carrier_gold_trim"
},
"when": "minecraft:gold"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/sovs_plate_carrier_emerald_trim"
},
"when": "minecraft:emerald"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/sovs_plate_carrier_diamond_trim"
},
"when": "minecraft:diamond"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/sovs_plate_carrier_lapis_trim"
},
"when": "minecraft:lapis"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/sovs_plate_carrier_amethyst_trim"
},
"when": "minecraft:amethyst"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/sovs_plate_carrier_resin_trim"
},
"when": "minecraft:resin"
}
],
"fallback": {
"type": "minecraft:model",
"model": "acesbs:item/sovs_plate_carrier"
},
"property": "minecraft:trim_material"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/stable_endtropy"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/stable_endtropy_block"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/stable_entropy"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/stable_entropy_block"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/stripped_lemonwood_log"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:block/stripped_lemonwood_wood"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/thot_begone"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/tobacco"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/tobacco_seeds"
}
}
@@ -0,0 +1,6 @@
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/vulgar_bones_spawn_egg"
}
}
@@ -0,0 +1,15 @@
{
"model": {
"type": "minecraft:condition",
"component": "acesbs:coordinates",
"on_false": {
"type": "minecraft:model",
"model": "acesbs:item/wand"
},
"on_true": {
"type": "minecraft:model",
"model": "acesbs:item/wand_used"
},
"property": "minecraft:has_component"
}
}
@@ -0,0 +1,89 @@
{
"model": {
"type": "minecraft:select",
"cases": [
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/wildfire_boots_quartz_trim"
},
"when": "minecraft:quartz"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/wildfire_boots_iron_trim"
},
"when": "minecraft:iron"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/wildfire_boots_netherite_trim"
},
"when": "minecraft:netherite"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/wildfire_boots_redstone_trim"
},
"when": "minecraft:redstone"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/wildfire_boots_copper_trim"
},
"when": "minecraft:copper"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/wildfire_boots_gold_trim"
},
"when": "minecraft:gold"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/wildfire_boots_emerald_trim"
},
"when": "minecraft:emerald"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/wildfire_boots_diamond_trim"
},
"when": "minecraft:diamond"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/wildfire_boots_lapis_trim"
},
"when": "minecraft:lapis"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/wildfire_boots_amethyst_trim"
},
"when": "minecraft:amethyst"
},
{
"model": {
"type": "minecraft:model",
"model": "acesbs:item/wildfire_boots_resin_trim"
},
"when": "minecraft:resin"
}
],
"fallback": {
"type": "minecraft:model",
"model": "acesbs:item/wildfire_boots"
},
"property": "minecraft:trim_material"
}
}
@@ -1,3 +0,0 @@
{
"parent": "acesbs:block/ashen_steel_block"
}
@@ -1,67 +1,5 @@
{ {
"parent": "minecraft:item/generated", "parent": "minecraft:item/generated",
"overrides": [
{
"model": "acesbs:item/ashen_steel_boots_quartz_trim",
"predicate": {
"trim_type": 0.1
}
},
{
"model": "acesbs:item/ashen_steel_boots_iron_trim",
"predicate": {
"trim_type": 0.2
}
},
{
"model": "acesbs:item/ashen_steel_boots_netherite_trim",
"predicate": {
"trim_type": 0.3
}
},
{
"model": "acesbs:item/ashen_steel_boots_redstone_trim",
"predicate": {
"trim_type": 0.4
}
},
{
"model": "acesbs:item/ashen_steel_boots_copper_trim",
"predicate": {
"trim_type": 0.5
}
},
{
"model": "acesbs:item/ashen_steel_boots_gold_trim",
"predicate": {
"trim_type": 0.6
}
},
{
"model": "acesbs:item/ashen_steel_boots_emerald_trim",
"predicate": {
"trim_type": 0.7
}
},
{
"model": "acesbs:item/ashen_steel_boots_diamond_trim",
"predicate": {
"trim_type": 0.8
}
},
{
"model": "acesbs:item/ashen_steel_boots_lapis_trim",
"predicate": {
"trim_type": 0.9
}
},
{
"model": "acesbs:item/ashen_steel_boots_amethyst_trim",
"predicate": {
"trim_type": 1.0
}
}
],
"textures": { "textures": {
"layer0": "acesbs:item/ashen_steel_boots" "layer0": "acesbs:item/ashen_steel_boots"
} }
@@ -0,0 +1,7 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "acesbs:item/ashen_steel_boots",
"layer1": "minecraft:trims/items/boots_trim_resin"
}
}
@@ -1,67 +1,5 @@
{ {
"parent": "minecraft:item/generated", "parent": "minecraft:item/generated",
"overrides": [
{
"model": "acesbs:item/ashen_steel_chestplate_quartz_trim",
"predicate": {
"trim_type": 0.1
}
},
{
"model": "acesbs:item/ashen_steel_chestplate_iron_trim",
"predicate": {
"trim_type": 0.2
}
},
{
"model": "acesbs:item/ashen_steel_chestplate_netherite_trim",
"predicate": {
"trim_type": 0.3
}
},
{
"model": "acesbs:item/ashen_steel_chestplate_redstone_trim",
"predicate": {
"trim_type": 0.4
}
},
{
"model": "acesbs:item/ashen_steel_chestplate_copper_trim",
"predicate": {
"trim_type": 0.5
}
},
{
"model": "acesbs:item/ashen_steel_chestplate_gold_trim",
"predicate": {
"trim_type": 0.6
}
},
{
"model": "acesbs:item/ashen_steel_chestplate_emerald_trim",
"predicate": {
"trim_type": 0.7
}
},
{
"model": "acesbs:item/ashen_steel_chestplate_diamond_trim",
"predicate": {
"trim_type": 0.8
}
},
{
"model": "acesbs:item/ashen_steel_chestplate_lapis_trim",
"predicate": {
"trim_type": 0.9
}
},
{
"model": "acesbs:item/ashen_steel_chestplate_amethyst_trim",
"predicate": {
"trim_type": 1.0
}
}
],
"textures": { "textures": {
"layer0": "acesbs:item/ashen_steel_chestplate" "layer0": "acesbs:item/ashen_steel_chestplate"
} }
@@ -0,0 +1,7 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "acesbs:item/ashen_steel_chestplate",
"layer1": "minecraft:trims/items/chestplate_trim_resin"
}
}
@@ -1,67 +1,5 @@
{ {
"parent": "minecraft:item/generated", "parent": "minecraft:item/generated",
"overrides": [
{
"model": "acesbs:item/ashen_steel_helmet_quartz_trim",
"predicate": {
"trim_type": 0.1
}
},
{
"model": "acesbs:item/ashen_steel_helmet_iron_trim",
"predicate": {
"trim_type": 0.2
}
},
{
"model": "acesbs:item/ashen_steel_helmet_netherite_trim",
"predicate": {
"trim_type": 0.3
}
},
{
"model": "acesbs:item/ashen_steel_helmet_redstone_trim",
"predicate": {
"trim_type": 0.4
}
},
{
"model": "acesbs:item/ashen_steel_helmet_copper_trim",
"predicate": {
"trim_type": 0.5
}
},
{
"model": "acesbs:item/ashen_steel_helmet_gold_trim",
"predicate": {
"trim_type": 0.6
}
},
{
"model": "acesbs:item/ashen_steel_helmet_emerald_trim",
"predicate": {
"trim_type": 0.7
}
},
{
"model": "acesbs:item/ashen_steel_helmet_diamond_trim",
"predicate": {
"trim_type": 0.8
}
},
{
"model": "acesbs:item/ashen_steel_helmet_lapis_trim",
"predicate": {
"trim_type": 0.9
}
},
{
"model": "acesbs:item/ashen_steel_helmet_amethyst_trim",
"predicate": {
"trim_type": 1.0
}
}
],
"textures": { "textures": {
"layer0": "acesbs:item/ashen_steel_helmet" "layer0": "acesbs:item/ashen_steel_helmet"
} }
@@ -0,0 +1,7 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "acesbs:item/ashen_steel_helmet",
"layer1": "minecraft:trims/items/helmet_trim_resin"
}
}
@@ -1,67 +1,5 @@
{ {
"parent": "minecraft:item/generated", "parent": "minecraft:item/generated",
"overrides": [
{
"model": "acesbs:item/ashen_steel_leggings_quartz_trim",
"predicate": {
"trim_type": 0.1
}
},
{
"model": "acesbs:item/ashen_steel_leggings_iron_trim",
"predicate": {
"trim_type": 0.2
}
},
{
"model": "acesbs:item/ashen_steel_leggings_netherite_trim",
"predicate": {
"trim_type": 0.3
}
},
{
"model": "acesbs:item/ashen_steel_leggings_redstone_trim",
"predicate": {
"trim_type": 0.4
}
},
{
"model": "acesbs:item/ashen_steel_leggings_copper_trim",
"predicate": {
"trim_type": 0.5
}
},
{
"model": "acesbs:item/ashen_steel_leggings_gold_trim",
"predicate": {
"trim_type": 0.6
}
},
{
"model": "acesbs:item/ashen_steel_leggings_emerald_trim",
"predicate": {
"trim_type": 0.7
}
},
{
"model": "acesbs:item/ashen_steel_leggings_diamond_trim",
"predicate": {
"trim_type": 0.8
}
},
{
"model": "acesbs:item/ashen_steel_leggings_lapis_trim",
"predicate": {
"trim_type": 0.9
}
},
{
"model": "acesbs:item/ashen_steel_leggings_amethyst_trim",
"predicate": {
"trim_type": 1.0
}
}
],
"textures": { "textures": {
"layer0": "acesbs:item/ashen_steel_leggings" "layer0": "acesbs:item/ashen_steel_leggings"
} }
@@ -0,0 +1,7 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "acesbs:item/ashen_steel_leggings",
"layer1": "minecraft:trims/items/leggings_trim_resin"
}
}
@@ -1,67 +1,5 @@
{ {
"parent": "minecraft:item/generated", "parent": "minecraft:item/generated",
"overrides": [
{
"model": "acesbs:item/berserkers_pauldron_quartz_trim",
"predicate": {
"trim_type": 0.1
}
},
{
"model": "acesbs:item/berserkers_pauldron_iron_trim",
"predicate": {
"trim_type": 0.2
}
},
{
"model": "acesbs:item/berserkers_pauldron_netherite_trim",
"predicate": {
"trim_type": 0.3
}
},
{
"model": "acesbs:item/berserkers_pauldron_redstone_trim",
"predicate": {
"trim_type": 0.4
}
},
{
"model": "acesbs:item/berserkers_pauldron_copper_trim",
"predicate": {
"trim_type": 0.5
}
},
{
"model": "acesbs:item/berserkers_pauldron_gold_trim",
"predicate": {
"trim_type": 0.6
}
},
{
"model": "acesbs:item/berserkers_pauldron_emerald_trim",
"predicate": {
"trim_type": 0.7
}
},
{
"model": "acesbs:item/berserkers_pauldron_diamond_trim",
"predicate": {
"trim_type": 0.8
}
},
{
"model": "acesbs:item/berserkers_pauldron_lapis_trim",
"predicate": {
"trim_type": 0.9
}
},
{
"model": "acesbs:item/berserkers_pauldron_amethyst_trim",
"predicate": {
"trim_type": 1.0
}
}
],
"textures": { "textures": {
"layer0": "acesbs:item/berserkers_pauldron" "layer0": "acesbs:item/berserkers_pauldron"
} }
@@ -0,0 +1,7 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "acesbs:item/berserkers_pauldron",
"layer1": "minecraft:trims/items/chestplate_trim_resin"
}
}
@@ -1,3 +0,0 @@
{
"parent": "acesbs:block/crystal_entropy"
}
@@ -1,3 +0,0 @@
{
"parent": "acesbs:block/deepslate_entropy_ore"
}
@@ -1,3 +0,0 @@
{
"parent": "acesbs:block/endtropy_ore"
}

Some files were not shown because too many files have changed in this diff Show More