Commit graph

13 commits

Author SHA1 Message Date
PepperCode1
47f18aa1f9 Just a little repackaging 2023-05-21 11:58:31 -07:00
simibubi
cc9a63b982 Fold the door!
- Andesite, Brass and Copper doors
2023-05-06 14:31:25 +02:00
simibubi
af2c40c27d Playtest VI
- Renamed sails to windmill sails
- Crushing gold ore now yields more experience nuggets
- Fixed valve handles not able to be picked up using the wrench
- Fixed andesite encased belts spawning brass textured destroy particles
- Fixed valve pipes sometimes not rotating their indicator fully
- Horizontal encased belts now render a support structure when solid blocks are above them
- Added placement assist for mechanical drills, saws and deployers
2023-04-21 15:11:18 +02:00
simibubi
5416162d0f No arm, no foul
- Implement repolished assets for the Mechanical Arm
2023-04-20 22:29:41 +02:00
simibubi
0c47b9d4d0 Revert: We drill block you 2023-03-30 15:56:19 +02:00
simibubi
90d6e21a60 Merge branch 'mc1.18/0.5.1' into mc1.18/0.5.1-repolish 2023-03-23 14:03:37 +01:00
simibubi
8799fb38e8 No turning back
- Mechanical Pumps no longer reverse direction based on kinetic input
- Fixed pipe connections pulling fluids with half the speed compared to a directly attached pump
- Substantially increased speed of visual flow propagation inside pipe networks
- Fixed observers on elevator contacts firing in the wrong order when triggered by manual floor selection
- Portable storage interfaces now stall for longer after an exchange has happened, and shorter otherwise
2023-03-22 12:32:22 +01:00
simibubi
0fefcd80e6 We drill block you
- Implemented experimental drill asset (non-flywheel only)
2023-03-04 13:13:17 +01:00
simibubi
dde9ad280b Merge branch 'mc1.18/0.5.1' into mc1.18/0.5.1-repolish 2023-03-01 21:52:11 +01:00
simibubi
ad134f135a Small what are wheels?
- Implement new water wheel asset
- Increased water flow no longer has any benefits. Both wheels have only one power level each
2023-03-01 21:43:40 +01:00
simibubi
d5db85df79 Merge branch 'mc1.18/0.5.1' into mc1.18/0.5.1-trackworks 2023-02-25 14:28:12 +01:00
PepperCode1
9271edf298 Wheels are rendered
- Add water wheel rendering
- Use NbtUtils to read block states in CopycatBlockEntity and
WaterWheelBlockEntity
2023-02-24 18:08:31 -08:00
PepperCode1
783cd126f7 Renaming and getters
- Rename AllBlockPartials -> AllPartialModels
- Make AllPackets.channel private and use getter method instead
- Make config fields in AllConfigs private and use getter methods
instead
- Optimize SyncedBlockEntity#sendData
2023-02-23 16:05:22 -08:00
Renamed from src/main/java/com/simibubi/create/AllBlockPartials.java (Browse further)