enhanced cotton plant
@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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" }
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"parent":"block/cross",
|
||||||
|
"textures":{
|
||||||
|
"cross":"quickiefabric:block/cottonplant5"
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"parent":"block/cross",
|
||||||
|
"textures":{
|
||||||
|
"cross":"quickiefabric:block/cottonplant6"
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"parent":"block/cross",
|
||||||
|
"textures":{
|
||||||
|
"cross":"quickiefabric:block/cottonplant7"
|
||||||
|
}
|
||||||
|
}
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 5.7 KiB |
After Width: | Height: | Size: 5.7 KiB |
After Width: | Height: | Size: 6.3 KiB |
After Width: | Height: | Size: 2.1 KiB |
@ -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": "*"
|
||||||
|