添加粉末烧炼的配方

This commit is contained in:
Atsuihsio 2024-12-09 22:50:25 +08:00
parent 1ed15e06da
commit afcc826f8a
4 changed files with 27 additions and 1 deletions

View file

@ -237,7 +237,6 @@ public class DroneEntity extends LivingEntity implements GeoEntity {
if (!controller.level().isClientSide) { if (!controller.level().isClientSide) {
this.level().playSound(null, this.getOnPos(), ModSounds.DRONE_SOUND.get(), SoundSource.AMBIENT, 3, 1); this.level().playSound(null, this.getOnPos(), ModSounds.DRONE_SOUND.get(), SoundSource.AMBIENT, 3, 1);
} }
// controller.setYRot((float) (controller.getYRot() - 50 * moveX));
} }
} }

View file

@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"cookingtime": 100,
"experience": 0.3,
"ingredient": {
"tag": "forge:dusts/lead"
},
"result": "superbwarfare:lead_ingot"
}

View file

@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"cookingtime": 100,
"experience": 0.3,
"ingredient": {
"tag": "forge:dusts/silver"
},
"result": "superbwarfare:silver_ingot"
}

View file

@ -0,0 +1,9 @@
{
"type": "minecraft:blasting",
"cookingtime": 100,
"experience": 0.3,
"ingredient": {
"tag": "forge:dusts/tungsten"
},
"result": "superbwarfare:tungsten_ingot"
}