finetuning
@ -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
|
||||
|
||||
|
@ -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))));
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -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" }
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/cross",
|
||||
"textures":{
|
||||
"cross":"quickiefabric:block/canolaplant5"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/cross",
|
||||
"textures":{
|
||||
"cross":"quickiefabric:block/canolaplant6"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent":"block/cross",
|
||||
"textures":{
|
||||
"cross":"quickiefabric:block/canolaplant7"
|
||||
}
|
||||
}
|
Before Width: | Height: | Size: 603 B After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 721 B After Width: | Height: | Size: 603 B |
Before Width: | Height: | Size: 764 B After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 853 B After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 4.5 KiB |
After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |