Skip to content

Commit

Permalink
6.2
Browse files Browse the repository at this point in the history
Support for Dead Cells
Support for Nature's Spirit
Support for 0.5.x release of Regions Unexplored (0.4.x still supported)
Fixed some non_flammable_wood tables
  • Loading branch information
xanthian committed Sep 16, 2023
1 parent a9f668b commit 55a8d71
Show file tree
Hide file tree
Showing 217 changed files with 2,961 additions and 173 deletions.
50 changes: 33 additions & 17 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,25 @@ base {
}

repositories {
maven { url 'https://jitpack.io' } // Required for Dawn API
maven { url 'https://maven.terraformersmc.com/' } // Required for Mod Menu and Terraform APIs
maven { url 'https://maven.shedaniel.me/' } // Required for Cloth Config
maven { url 'https://maven.ryanliptak.com/' } // Required for AppleSkin
maven { url 'https://maven.minecraftforge.net/' } // Required for TerraBlender
maven { url "https://maven.terraformersmc.com/" } // Required for Mod Menu and Terraform APIs
maven { url "https://maven.shedaniel.me/" } // Required for Cloth Config
maven { url "https://maven.ryanliptak.com/" } // Required for AppleSkin
maven { url "https://maven.minecraftforge.net/" } // Required for TerraBlender
maven { url "https://maven.resourcefulbees.com/repository/maven-public/" } // Required for Ad Astra
maven { url "https://oss.sonatype.org/content/repositories/snapshots" } // Completecomfig for RegionsUnexplored
maven { url "https://maven.isxander.dev/releases" }
maven { url "https://cursemaven.com/" }
maven { url "https://api.modrinth.com/maven" }
maven { url "https://maven.ladysnake.org/releases"} // Trinkets (for Bewitchment)
maven { url "https://oss.sonatype.org/content/repositories/snapshots"}
maven { url "https://maven.jamieswhiteshirt.com/libs-release"}
maven { url "https://raw.githubusercontent.com/Fuzss/modresources/main/maven/"} // Forge Config Api
maven { url 'https://maven.wispforest.io' } // owolib for MineCells
maven { url 'https://maven.draylar.dev/releases' } // omegaconfig for MineCells
maven { url "https://maven.ladysnake.org/releases" } // Trinkets for Bewitchment
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
maven { url "https://maven.jamieswhiteshirt.com/libs-release" }
maven { url "https://maven.parchmentmc.org" }
maven { url 'https://jitpack.io' }
}


loom {
runs {
datagen {
Expand Down Expand Up @@ -68,7 +73,7 @@ dependencies {
//modApi ("curse.maven:resourcefulconfig-714059:4576456")

// Beach Party (Lets Do)
modRuntimeOnly("curse.maven:beachparty-858691:4696068")
modRuntimeOnly("curse.maven:beachparty-858691:4696068") {transitive false}

// BetterArcheology
modRuntimeOnly("curse.maven:betterarcheology-835687:4600694") {transitive false}
Expand All @@ -86,20 +91,31 @@ dependencies {
modRuntimeOnly("com.github.Virtuoel:Pehkui:3.7.6") {transitive false}
modApi("com.github.Virtuoel:KanosConfig:0.4.1")
modRuntimeOnly("curse.maven:trinkets-341284:4657534") {transitive false}
modApi "dev.onyxstudios.cardinal-components-api:cardinal-components-base:5.2.1"
modApi "dev.onyxstudios.cardinal-components-api:cardinal-components-entity:5.2.1"
modApi ("dev.onyxstudios.cardinal-components-api:cardinal-components-base:5.2.1")
modApi ("dev.onyxstudios.cardinal-components-api:cardinal-components-entity:5.2.1")

// Deeper & Darker - (some sht about CustomPortalBlocks)
//modRuntimeOnly("curse.maven:deeperdarker-659011:4715721") {transitive false}

// MineCells
modRuntimeOnly("curse.maven:minecells-618790:4745169") {transitive false}
modApi("io.wispforest:owo-lib:0.11.2-pre.11+1.20")
modApi("dev.draylar.omega-config:omega-config-base:1.4.0+1.20.1")

// Natures Spirit - (terrablender mess)
//modRuntimeOnly ("maven.modrinth:natures-spirit:1.0")
//modRuntimeOnly("com.github.Team-Hibiscus:NatureSpirit:v2")

// Promenade
modRuntimeOnly("curse.maven:promenade-399648:4611967") {transitive false}
modRuntimeOnly("com.github.DawnTeamMC:DawnAPI:5.0.0")
modRuntimeOnly("com.terraformersmc:biolith:1.0.0-alpha.7")
modApi("com.github.DawnTeamMC:DawnAPI:5.0.0")
modApi("com.terraformersmc:biolith:1.0.0-alpha.7")

// Regions Unexplored
modRuntimeOnly("curse.maven:regions_unexplored-659110:4583966") {transitive false}
modApi "fuzs.forgeconfigapiport:forgeconfigapiport-fabric:8.0.0"
modRuntimeOnly("curse.maven:regions_unexplored-659110:4721079")
modApi("com.github.glitchfiend:TerraBlender-fabric:1.20.1-3.0.0.169")
//modApi ("curse.maven:terrablender-565956:4573002")
modApi ("com.github.Lortseam.completeconfig:base:2.5.0")

// Snifferplus - (Datagen issues - ResourceKey[minecraft:worldgen/biome / snifferplus:timeless_grotto)
//modRuntimeOnly("curse.maven:hellionssiffer-871962:4591532")
Expand All @@ -110,7 +126,7 @@ dependencies {

// Vinery
modRuntimeOnly("curse.maven:vinery-704465:4643442") {transitive false}
modRuntimeOnly "maven.modrinth:do-api:1.2.4-fabric"
modRuntimeOnly ("maven.modrinth:do-api:1.2.4-fabric") {transitive false}
modApi( "curse.maven:arch-419699:4633047") { exclude group: 'net.fabricmc', module: 'fabric-loader' }
}

Expand Down
7 changes: 3 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
org.gradle.jvmargs=-Xmx4G
org.gradle.parallel=true

# Fabric Properties
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.14.22

#Fabric api
fabric_version=0.87.0+1.20.1
fabric_version=0.88.1+1.20.1

# Mod Properties
mod_version=6.1.6
mod_version=6.2
maven_group=xanthian
archives_base_name=variantcraftingtables
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "variantcraftingtables:block/mc_putrid_crafting_table"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "variantcraftingtables:block/ns_aspen_crafting_table"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "variantcraftingtables:block/ns_cypress_crafting_table"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "variantcraftingtables:block/ns_fir_crafting_table"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "variantcraftingtables:block/ns_joshua_crafting_table"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "variantcraftingtables:block/ns_maple_crafting_table"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "variantcraftingtables:block/ns_olive_crafting_table"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "variantcraftingtables:block/ns_redwood_crafting_table"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "variantcraftingtables:block/ns_sugi_crafting_table"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "variantcraftingtables:block/ns_willow_crafting_table"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "variantcraftingtables:block/ns_wisteria_crafting_table"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "variantcraftingtables:block/ru_brimwood_crafting_table"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "variantcraftingtables:block/ru_cobalt_crafting_table"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "variantcraftingtables:block/ru_kapok_crafting_table"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "variantcraftingtables:block/ru_magnolia_crafting_table"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "variantcraftingtables:block/ru_socotra_crafting_table"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "variantcraftingtables:block/ru_yellow_bioshroom_crafting_table"
}
}
}
17 changes: 17 additions & 0 deletions src/main/generated/assets/variantcraftingtables/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@
"block.variantcraftingtables.ldbp_palm_crafting_table": "Palm Crafting Table",
"block.variantcraftingtables.ldv_cherry_crafting_table": "Cherry Crafting Table",
"block.variantcraftingtables.mangrove_crafting_table": "Mangrove Crafting Table",
"block.variantcraftingtables.mc_putrid_crafting_table": "Putrid Crafting Table",
"block.variantcraftingtables.ns_aspen_crafting_table": "Aspen Crafting Table",
"block.variantcraftingtables.ns_cypress_crafting_table": "Cypress Crafting Table",
"block.variantcraftingtables.ns_fir_crafting_table": "Fir Crafting Table",
"block.variantcraftingtables.ns_joshua_crafting_table": "Joshua Crafting Table",
"block.variantcraftingtables.ns_maple_crafting_table": "Maple Crafting Table",
"block.variantcraftingtables.ns_olive_crafting_table": "Olive Crafting Table",
"block.variantcraftingtables.ns_redwood_crafting_table": "Redwood Crafting Table",
"block.variantcraftingtables.ns_sugi_crafting_table": "Sugi Crafting Table",
"block.variantcraftingtables.ns_willow_crafting_table": "Willow Crafting Table",
"block.variantcraftingtables.ns_wisteria_crafting_table": "Wisteria Crafting Table",
"block.variantcraftingtables.prom_dark_amaranth_crafting_table": "Dark Amaranth Crafting Table",
"block.variantcraftingtables.prom_maple_crafting_table": "Maple Crafting Table",
"block.variantcraftingtables.prom_palm_crafting_table": "Palm Crafting Table",
Expand All @@ -28,20 +39,24 @@
"block.variantcraftingtables.ru_black_painted_crafting_table": "Black Painted Crafting Table",
"block.variantcraftingtables.ru_blackwood_crafting_table": "Blackwood Crafting Table",
"block.variantcraftingtables.ru_blue_painted_crafting_table": "Blue Painted Crafting Table",
"block.variantcraftingtables.ru_brimwood_crafting_table": "Brimwood Crafting Table",
"block.variantcraftingtables.ru_brown_painted_crafting_table": "Brown Painted Crafting Table",
"block.variantcraftingtables.ru_cherry_crafting_table": "Cherry Crafting Table",
"block.variantcraftingtables.ru_cobalt_crafting_table": "Cobalt Crafting Table",
"block.variantcraftingtables.ru_cyan_painted_crafting_table": "Cyan Painted Crafting Table",
"block.variantcraftingtables.ru_cypress_crafting_table": "Cypress Crafting Table",
"block.variantcraftingtables.ru_dead_crafting_table": "Dead Crafting Table",
"block.variantcraftingtables.ru_eucalyptus_crafting_table": "Eucalyptus Crafting Table",
"block.variantcraftingtables.ru_gray_painted_crafting_table": "Gray Painted Crafting Table",
"block.variantcraftingtables.ru_green_painted_crafting_table": "Green Painted Crafting Table",
"block.variantcraftingtables.ru_joshua_crafting_table": "Joshua Crafting Table",
"block.variantcraftingtables.ru_kapok_crafting_table": "Kapok Crafting Table",
"block.variantcraftingtables.ru_larch_crafting_table": "Larch Crafting Table",
"block.variantcraftingtables.ru_light_blue_painted_crafting_table": "Light Blue Painted Crafting Table",
"block.variantcraftingtables.ru_light_gray_painted_crafting_table": "Light Gray Painted Crafting Table",
"block.variantcraftingtables.ru_lime_painted_crafting_table": "Lime Painted Crafting Table",
"block.variantcraftingtables.ru_magenta_painted_crafting_table": "Magenta Painted Crafting Table",
"block.variantcraftingtables.ru_magnolia_crafting_table": "Magnolia Crafting Table",
"block.variantcraftingtables.ru_maple_crafting_table": "Maple Crafting Table",
"block.variantcraftingtables.ru_mauve_crafting_table": "Mauve Crafting Table",
"block.variantcraftingtables.ru_orange_painted_crafting_table": "Orange Painted Crafting Table",
Expand All @@ -52,8 +67,10 @@
"block.variantcraftingtables.ru_red_painted_crafting_table": "Red Painted Crafting Table",
"block.variantcraftingtables.ru_redwood_crafting_table": "Redwood Crafting Table",
"block.variantcraftingtables.ru_sculkwood_crafting_table": "Sculkwood Crafting Table",
"block.variantcraftingtables.ru_socotra_crafting_table": "Socotra Crafting Table",
"block.variantcraftingtables.ru_white_painted_crafting_table": "White Painted Crafting Table",
"block.variantcraftingtables.ru_willow_crafting_table": "Willow Crafting Table",
"block.variantcraftingtables.ru_yellow_bioshroom_crafting_table": "Yellow Bioshroom Crafting Table",
"block.variantcraftingtables.ru_yellow_painted_crafting_table": "Yellow Painted Crafting Table",
"block.variantcraftingtables.sp_stone_pine_crafting_table": "Stone Pine Crafting Table",
"block.variantcraftingtables.spruce_crafting_table": "Spruce Crafting Table",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "minecells:block/putrid_planks",
"east": "variantcraftingtables:block/mc_putrid_crafting_table_side",
"north": "variantcraftingtables:block/mc_putrid_crafting_table_front",
"particle": "variantcraftingtables:block/mc_putrid_crafting_table_front",
"south": "variantcraftingtables:block/mc_putrid_crafting_table_side",
"up": "variantcraftingtables:block/mc_putrid_crafting_table_top",
"west": "variantcraftingtables:block/mc_putrid_crafting_table_front"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "natures_spirit:block/aspen_planks",
"east": "variantcraftingtables:block/ns_aspen_crafting_table_side",
"north": "variantcraftingtables:block/ns_aspen_crafting_table_front",
"particle": "variantcraftingtables:block/ns_aspen_crafting_table_front",
"south": "variantcraftingtables:block/ns_aspen_crafting_table_side",
"up": "variantcraftingtables:block/ns_aspen_crafting_table_top",
"west": "variantcraftingtables:block/ns_aspen_crafting_table_front"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "natures_spirit:block/cypress_planks",
"east": "variantcraftingtables:block/ns_cypress_crafting_table_side",
"north": "variantcraftingtables:block/ns_cypress_crafting_table_front",
"particle": "variantcraftingtables:block/ns_cypress_crafting_table_front",
"south": "variantcraftingtables:block/ns_cypress_crafting_table_side",
"up": "variantcraftingtables:block/ns_cypress_crafting_table_top",
"west": "variantcraftingtables:block/ns_cypress_crafting_table_front"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "natures_spirit:block/fir_planks",
"east": "variantcraftingtables:block/ns_fir_crafting_table_side",
"north": "variantcraftingtables:block/ns_fir_crafting_table_front",
"particle": "variantcraftingtables:block/ns_fir_crafting_table_front",
"south": "variantcraftingtables:block/ns_fir_crafting_table_side",
"up": "variantcraftingtables:block/ns_fir_crafting_table_top",
"west": "variantcraftingtables:block/ns_fir_crafting_table_front"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"parent": "minecraft:block/cube",
"textures": {
"down": "natures_spirit:block/joshua_planks",
"east": "variantcraftingtables:block/ns_joshua_crafting_table_side",
"north": "variantcraftingtables:block/ns_joshua_crafting_table_front",
"particle": "variantcraftingtables:block/ns_joshua_crafting_table_front",
"south": "variantcraftingtables:block/ns_joshua_crafting_table_side",
"up": "variantcraftingtables:block/ns_joshua_crafting_table_top",
"west": "variantcraftingtables:block/ns_joshua_crafting_table_front"
}
}
Loading

0 comments on commit 55a8d71

Please sign in to comment.