enhanced cotton plant
@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id 'fabric-loom' version '1.4-SNAPSHOT'
|
||||
id 'fabric-loom' version '1.5.7'
|
||||
id 'maven-publish'
|
||||
}
|
||||
|
||||
|
@ -5,13 +5,13 @@
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.20.4
|
||||
yarn_mappings=1.20.4+build.1
|
||||
loader_version=0.15.1
|
||||
yarn_mappings=1.20.4+build.3
|
||||
loader_version=0.15.7
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.20.4.9
|
||||
mod_version = 1.20.4.10
|
||||
maven_group = de.jottyfan.minecraft
|
||||
archives_base_name = quickiefabric
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.91.2+1.20.4
|
||||
fabric_version=0.96.3+1.20.4
|
||||
|
@ -2,11 +2,11 @@
|
||||
"variants": {
|
||||
"age=0": { "model": "quickiefabric:block/cottonplant0" },
|
||||
"age=1": { "model": "quickiefabric:block/cottonplant1" },
|
||||
"age=2": { "model": "quickiefabric:block/cottonplant1" },
|
||||
"age=3": { "model": "quickiefabric:block/cottonplant2" },
|
||||
"age=4": { "model": "quickiefabric:block/cottonplant2" },
|
||||
"age=5": { "model": "quickiefabric:block/cottonplant3" },
|
||||
"age=6": { "model": "quickiefabric:block/cottonplant3" },
|
||||
"age=7": { "model": "quickiefabric:block/cottonplant4" }
|
||||
"age=2": { "model": "quickiefabric:block/cottonplant2" },
|
||||
"age=3": { "model": "quickiefabric:block/cottonplant3" },
|
||||
"age=4": { "model": "quickiefabric:block/cottonplant4" },
|
||||
"age=5": { "model": "quickiefabric:block/cottonplant5" },
|
||||
"age=6": { "model": "quickiefabric:block/cottonplant6" },
|
||||
"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"
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.15.1",
|
||||
"fabricloader": ">=0.15.7",
|
||||
"minecraft": "~1.20.4",
|
||||
"java": ">=17",
|
||||
"fabric-api": "*"
|
||||
|