recipe corrections (better game balance)

This commit is contained in:
Jottyfan 2024-01-27 23:58:01 +01:00
parent 3e5f657092
commit 1e514bca11
7 changed files with 44 additions and 44 deletions

View File

@ -25,14 +25,14 @@ public class EmptyLavaHoarderBlockEntity extends BlockEntity {
}
public static final void spawnRandomItems(World world, BlockPos pos, Integer count) {
world.spawnEntity(new ItemEntity(world, pos.getX(), pos.getY(), pos.getZ(), new ItemStack(Items.DIAMOND, new Random().nextInt(count))));
world.spawnEntity(new ItemEntity(world, pos.getX(), pos.getY(), pos.getZ(), new ItemStack(Items.EMERALD, new Random().nextInt(count))));
world.spawnEntity(new ItemEntity(world, pos.getX(), pos.getY(), pos.getZ(), new ItemStack(Items.GOLD_ORE, new Random().nextInt(count))));
world.spawnEntity(new ItemEntity(world, pos.getX(), pos.getY(), pos.getZ(), new ItemStack(Items.IRON_ORE, new Random().nextInt(count))));
world.spawnEntity(new ItemEntity(world, pos.getX(), pos.getY(), pos.getZ(), new ItemStack(Items.COPPER_ORE, new Random().nextInt(count))));
world.spawnEntity(new ItemEntity(world, pos.getX(), pos.getY(), pos.getZ(), new ItemStack(Items.OBSIDIAN, new Random().nextInt(count))));
world.spawnEntity(new ItemEntity(world, pos.getX(), pos.getY(), pos.getZ(), new ItemStack(Items.LAPIS_LAZULI, new Random().nextInt(count))));
world.spawnEntity(new ItemEntity(world, pos.getX(), pos.getY(), pos.getZ(), new ItemStack(QuickieItems.SULPHOR, new Random().nextInt(count))));
world.spawnEntity(new ItemEntity(world, pos.getX(), pos.getY(), pos.getZ(), new ItemStack(Items.DIAMOND, new Random().nextInt(count + 2))));
world.spawnEntity(new ItemEntity(world, pos.getX(), pos.getY(), pos.getZ(), new ItemStack(Items.EMERALD, new Random().nextInt(count + 1))));
world.spawnEntity(new ItemEntity(world, pos.getX(), pos.getY(), pos.getZ(), new ItemStack(Items.RAW_GOLD, new Random().nextInt(count))));
world.spawnEntity(new ItemEntity(world, pos.getX(), pos.getY(), pos.getZ(), new ItemStack(Items.RAW_IRON, new Random().nextInt(count))));
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))));
}
/**

View File

@ -7,7 +7,7 @@
],
"key": {
"s": {
"item": "quickiefabric:speedpowder"
"item": "quickiefabric:speedingot"
},
"c": {
"item": "minecraft:chest"

View File

@ -1,16 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"sss",
"srs",
"sss"
"q q",
"dqd",
" d "
],
"key": {
"s": {
"item": "quickiefabric:speedpowder"
"q": {
"item": "quickiefabric:quickieingot"
},
"r": {
"item": "minecraft:redstone_block"
"d": {
"item": "minecraft:diamond"
}
},
"result": {

View File

@ -1,15 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"sss",
"srs",
"sss"
"ooo",
"oso",
"ooo"
],
"key": {
"s": {
"item": "quickiefabric:speedpowder"
"item": "quickiefabric:speedingot"
},
"r": {
"o": {
"item": "minecraft:obsidian"
}
},

View File

@ -2,15 +2,15 @@
"type": "minecraft:crafting_shaped",
"pattern": [
"ooo",
"oso",
"obo",
"ooo"
],
"key": {
"o": {
"item": "minecraft:obsidian"
},
"s": {
"item": "quickiefabric:speedpowder"
"b": {
"item": "minecraft:bucket"
}
},
"result": {

View File

@ -1,15 +1,15 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:bucket"
},
{
"item": "minecraft:magma_block"
}
],
"result": {
"item": "minecraft:lava_bucket",
"count": 1
}
}
"type": "minecraft:smithing_trim",
"template": {
"item": "minecraft:magma_block"
},
"base": {
"item": "minecraft:bucket"
},
"addition": {
"item": "minecraft:torch"
},
"result": {
"item": "minecraft:lava_bucket"
}
}

View File

@ -1,15 +1,15 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"ooo",
"oso",
"ooo"
"qqq",
"qtq",
"qqq"
],
"key": {
"o": {
"item": "quickiefabric:speedpowder"
"q": {
"item": "quickiefabric:quickieingot"
},
"s": {
"t": {
"item": "minecraft:torch"
}
},