enhanced cotton plant

This commit is contained in:
Jottyfan
2024-02-19 19:05:08 +01:00
parent 2ef6149263
commit 29d2d3462c
12 changed files with 30 additions and 12 deletions

View File

@ -1,5 +1,5 @@
plugins { plugins {
id 'fabric-loom' version '1.4-SNAPSHOT' id 'fabric-loom' version '1.5.7'
id 'maven-publish' id 'maven-publish'
} }

View File

@ -5,13 +5,13 @@
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/develop # check these on https://fabricmc.net/develop
minecraft_version=1.20.4 minecraft_version=1.20.4
yarn_mappings=1.20.4+build.1 yarn_mappings=1.20.4+build.3
loader_version=0.15.1 loader_version=0.15.7
# Mod Properties # Mod Properties
mod_version = 1.20.4.9 mod_version = 1.20.4.10
maven_group = de.jottyfan.minecraft maven_group = de.jottyfan.minecraft
archives_base_name = quickiefabric archives_base_name = quickiefabric
# Dependencies # Dependencies
fabric_version=0.91.2+1.20.4 fabric_version=0.96.3+1.20.4

View File

@ -2,11 +2,11 @@
"variants": { "variants": {
"age=0": { "model": "quickiefabric:block/cottonplant0" }, "age=0": { "model": "quickiefabric:block/cottonplant0" },
"age=1": { "model": "quickiefabric:block/cottonplant1" }, "age=1": { "model": "quickiefabric:block/cottonplant1" },
"age=2": { "model": "quickiefabric:block/cottonplant1" }, "age=2": { "model": "quickiefabric:block/cottonplant2" },
"age=3": { "model": "quickiefabric:block/cottonplant2" }, "age=3": { "model": "quickiefabric:block/cottonplant3" },
"age=4": { "model": "quickiefabric:block/cottonplant2" }, "age=4": { "model": "quickiefabric:block/cottonplant4" },
"age=5": { "model": "quickiefabric:block/cottonplant3" }, "age=5": { "model": "quickiefabric:block/cottonplant5" },
"age=6": { "model": "quickiefabric:block/cottonplant3" }, "age=6": { "model": "quickiefabric:block/cottonplant6" },
"age=7": { "model": "quickiefabric:block/cottonplant4" } "age=7": { "model": "quickiefabric:block/cottonplant7" }
} }
} }

View File

@ -0,0 +1,6 @@
{
"parent":"block/cross",
"textures":{
"cross":"quickiefabric:block/cottonplant5"
}
}

View File

@ -0,0 +1,6 @@
{
"parent":"block/cross",
"textures":{
"cross":"quickiefabric:block/cottonplant6"
}
}

View File

@ -0,0 +1,6 @@
{
"parent":"block/cross",
"textures":{
"cross":"quickiefabric:block/cottonplant7"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -26,7 +26,7 @@
"quickiefabric.mixins.json" "quickiefabric.mixins.json"
], ],
"depends": { "depends": {
"fabricloader": ">=0.15.1", "fabricloader": ">=0.15.7",
"minecraft": "~1.20.4", "minecraft": "~1.20.4",
"java": ">=17", "java": ">=17",
"fabric-api": "*" "fabric-api": "*"