finetuning

This commit is contained in:
Jottyfan 2024-02-10 17:12:38 +01:00
parent 1e514bca11
commit 2ef6149263
14 changed files with 28 additions and 8 deletions

View File

@ -9,7 +9,7 @@
loader_version=0.15.1
# Mod Properties
mod_version = 1.20.4.8
mod_version = 1.20.4.9
maven_group = de.jottyfan.minecraft
archives_base_name = quickiefabric

View File

@ -32,7 +32,9 @@ public class EmptyLavaHoarderBlockEntity extends BlockEntity {
world.spawnEntity(new ItemEntity(world, pos.getX(), pos.getY(), pos.getZ(), new ItemStack(Items.RAW_COPPER, new Random().nextInt(count))));
world.spawnEntity(new ItemEntity(world, pos.getX(), pos.getY(), pos.getZ(), new ItemStack(Items.OBSIDIAN, new Random().nextInt(count + 2))));
world.spawnEntity(new ItemEntity(world, pos.getX(), pos.getY(), pos.getZ(), new ItemStack(Items.LAPIS_LAZULI, new Random().nextInt(count + 1))));
world.spawnEntity(new ItemEntity(world, pos.getX(), pos.getY(), pos.getZ(), new ItemStack(QuickieItems.SULPHOR, new Random().nextInt(count - 1))));
if (count > 1) {
world.spawnEntity(new ItemEntity(world, pos.getX(), pos.getY(), pos.getZ(), new ItemStack(QuickieItems.SULPHOR, new Random().nextInt(count - 1))));
}
}
/**

View File

@ -2,11 +2,11 @@
"variants": {
"age=0": { "model": "quickiefabric:block/canolaplant0" },
"age=1": { "model": "quickiefabric:block/canolaplant1" },
"age=2": { "model": "quickiefabric:block/canolaplant1" },
"age=3": { "model": "quickiefabric:block/canolaplant2" },
"age=4": { "model": "quickiefabric:block/canolaplant2" },
"age=5": { "model": "quickiefabric:block/canolaplant2" },
"age=6": { "model": "quickiefabric:block/canolaplant3" },
"age=7": { "model": "quickiefabric:block/canolaplant4" }
"age=2": { "model": "quickiefabric:block/canolaplant2" },
"age=3": { "model": "quickiefabric:block/canolaplant3" },
"age=4": { "model": "quickiefabric:block/canolaplant4" },
"age=5": { "model": "quickiefabric:block/canolaplant5" },
"age=6": { "model": "quickiefabric:block/canolaplant6" },
"age=7": { "model": "quickiefabric:block/canolaplant7" }
}
}

View File

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

View File

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 603 B

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 721 B

After

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 764 B

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 853 B

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB