Remove Simple Machines and Rework Capacitors #72

Merged
Rover656 merged 27 commits from bye-simple-machines into dev/1.19.x 2022-08-29 00:17:03 +00:00
Rover656 commented 2022-07-31 22:39:47 +00:00 (Migrated from github.com)

Description

Applies the changes discussed in our meeting. Removes simple and enhanced machinery and reworks capacitors to be significantly simpler under the hood.
Also implements the primitive alloy smelter, a coal powered alloy smelter for starting the mod off.

Todo

  • Capacitor tooltips
  • Loot capacitor modifier tooltips
  • General tidying
  • Clean up the progress widget.
  • Clean up the primitive alloy smelter.
  • Decide primitive alloy smelter recipe
  • Texture/Model primitive alloy smelter. (Furnace with old simple alloy smelter front for now)
  • Rename/re-add machine chassis and parts.
  • Fix machine particles

Checklist:

  • My code follows the style guidelines of this project (.editorconfig, most IDEs will use this for you)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
# Description Applies the changes discussed in our meeting. Removes simple and enhanced machinery and reworks capacitors to be significantly simpler under the hood. Also implements the primitive alloy smelter, a coal powered alloy smelter for starting the mod off. # Todo <!-- Remove this section if you're submitting an already-complete PR --> - [x] Capacitor tooltips - [x] Loot capacitor modifier tooltips - [x] General tidying - [x] Clean up the progress widget. - [x] Clean up the primitive alloy smelter. - [x] Decide primitive alloy smelter recipe - [x] Texture/Model primitive alloy smelter. (Furnace with old simple alloy smelter front for now) - [ ] Rename/re-add machine chassis and parts. - [x] Fix machine particles # Checklist: - [x] My code follows the style guidelines of this project (.editorconfig, most IDEs will use this for you) - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have made corresponding changes to the documentation <!-- Thanks to: https://embeddedartistry.com/blog/2017/08/04/a-github-pull-request-template-for-your-projects/ for the building blocks of this template -->
justliliandev (Migrated from github.com) reviewed 2022-08-03 12:08:47 +00:00
justliliandev (Migrated from github.com) commented 2022-08-03 10:33:19 +00:00

turn to javadoc

turn to javadoc
justliliandev (Migrated from github.com) commented 2022-08-03 12:07:48 +00:00

use Map#getOrDefault

use Map#getOrDefault
justliliandev (Migrated from github.com) commented 2022-08-03 11:32:52 +00:00

remove completly

remove completly
justliliandev (Migrated from github.com) commented 2022-08-03 11:32:24 +00:00

remove completly

remove completly
Rover656 (Migrated from github.com) reviewed 2022-08-03 13:17:24 +00:00
Rover656 (Migrated from github.com) commented 2022-08-03 13:17:24 +00:00

I was thinking of leaving all of these recipes in while we properly decide what frames stay and go. It'll be dealt with before merge though :)

I was thinking of leaving all of these recipes in while we properly decide what frames stay and go. It'll be dealt with before merge though :)
justliliandev (Migrated from github.com) reviewed 2022-08-16 16:01:41 +00:00
@ -25,7 +32,15 @@ public class LootCapacitorItem extends Item implements IMultiCapabilityItem {
@Override
justliliandev (Migrated from github.com) commented 2022-08-16 15:59:53 +00:00
I have the feeling, that this might cause this: can you check that pls? https://github.com/MinecraftForge/MinecraftForge/issues/3521 https://bugs.mojang.com/browse/MC-2595 https://github.com/SlimeKnights/TinkersConstruct/issues/2608
Sign in to join this conversation.
No reviewers
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Team-EnderIO/EnderIO#72
No description provided.