fix belt sander speed to match what's in the ponder
This commit is contained in:
parent
c0ae890ecf
commit
68e79a1009
2 changed files with 3 additions and 1 deletions
|
|
@ -22,6 +22,8 @@
|
|||
- Vanadium magnetite is now usable as an iron ore for TFC purposes (#2834) @Pyritie
|
||||
- Added steam alloy smelter glass batch recipes (#2853) @Pyritie
|
||||
- Paracetamol now cures a small amount of the Radioactive condition, and RadAway now cures everything completely @Pyritie
|
||||
- High speed on a Belt Grinder now only requires 64 RPM instead of 128 RPM
|
||||
- Glow ink now just requires a fluid solidifier and a ball mold, instead of whatever it was doing before @Pyritie
|
||||
### Bug fixes
|
||||
- Fixed large miners not outputting crushed ore when mining Migmatite @Pyritie
|
||||
- Fixed red granite ores never dropping poor or rich raw ores @Pyritie
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
#.
|
||||
#Medium speed value for grinder crafts, speedLimits = 2.
|
||||
#Range: 1 ~ 256
|
||||
mediumSpeedValue = 128
|
||||
mediumSpeedValue = 64
|
||||
#.
|
||||
#Allows sandpaper crafts on belt grinder, when recipes collides belt grinder recipe have priority.
|
||||
allowSandpaperPolishingOnGrinder = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue