添加粉末烧炼的配方
This commit is contained in:
parent
1ed15e06da
commit
afcc826f8a
4 changed files with 27 additions and 1 deletions
|
@ -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));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:blasting",
|
||||||
|
"cookingtime": 100,
|
||||||
|
"experience": 0.3,
|
||||||
|
"ingredient": {
|
||||||
|
"tag": "forge:dusts/lead"
|
||||||
|
},
|
||||||
|
"result": "superbwarfare:lead_ingot"
|
||||||
|
}
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:blasting",
|
||||||
|
"cookingtime": 100,
|
||||||
|
"experience": 0.3,
|
||||||
|
"ingredient": {
|
||||||
|
"tag": "forge:dusts/silver"
|
||||||
|
},
|
||||||
|
"result": "superbwarfare:silver_ingot"
|
||||||
|
}
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:blasting",
|
||||||
|
"cookingtime": 100,
|
||||||
|
"experience": 0.3,
|
||||||
|
"ingredient": {
|
||||||
|
"tag": "forge:dusts/tungsten"
|
||||||
|
},
|
||||||
|
"result": "superbwarfare:tungsten_ingot"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue