Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port Clipboard to GT #44

Merged
merged 48 commits into from
Aug 21, 2021
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
23bb18a
Start on clipboard GUI
bruberu Jul 13, 2021
ddc506d
Complete everything up to the actual rendering
bruberu Jul 14, 2021
4db918c
Don't forget the buttons
bruberu Jul 14, 2021
c938a8d
Remove TileEntity systems, since they're not really needed
bruberu Jul 15, 2021
d5dbe3a
Wait, this shouldn't be an MTE :thonk:
bruberu Jul 17, 2021
d786313
Merge remote-tracking branch 'origin/master' into clipboard
bruberu Jul 18, 2021
42efbaa
Fiddle around with blockstates
bruberu Jul 20, 2021
a025615
Add proper clipboard-placing behavior
bruberu Jul 23, 2021
a4c383e
Merge remote-tracking branch 'origin/master' into clipboard
bruberu Jul 23, 2021
a3f8a5f
Add a clipboard back
bruberu Jul 23, 2021
36f5101
Begin movement to MTE, by Yefancy's request
bruberu Jul 26, 2021
fa52af7
Remove aged TE code
bruberu Jul 27, 2021
68b3a32
Complete step two of four
bruberu Jul 28, 2021
3d44654
A husk of a renderMetaTileEntityDynamic
bruberu Jul 30, 2021
c6e4062
Fix model rendering
bruberu Jul 31, 2021
f0c245f
Merge remote-tracking branch 'origin/master' into clipboard
bruberu Jul 31, 2021
b2e47a2
Pull in FakeModularGui and FakeModularUIContainer, and start on a few…
bruberu Aug 3, 2021
72d6cd3
Create a Death Ray
bruberu Aug 4, 2021
318724c
Complete check 3/4
bruberu Aug 7, 2021
8ddc5da
Fix references to removed class
bruberu Aug 7, 2021
abfa0be
Tweak clipboard's location
bruberu Aug 7, 2021
6bf8994
Merge remote-tracking branch 'origin/master' into clipboard
bruberu Aug 7, 2021
bfe7e4d
Remove more old code
bruberu Aug 7, 2021
7329d14
Get GUI interactivity online! (4/4) :lets:
bruberu Aug 8, 2021
4969506
Merge remote-tracking branch 'origin/master' into clipboard
bruberu Aug 8, 2021
432d404
Add crafting recipe, and fix some minor issues
bruberu Aug 9, 2021
bd3e711
...Why was that there?
bruberu Aug 9, 2021
3674b33
Fix more various bugs
bruberu Aug 10, 2021
59b044f
Fix more bugs
bruberu Aug 10, 2021
1c437c1
Fix more bugs
bruberu Aug 10, 2021
cff5a3d
Fix non-in-world GUI, and add explainer text to tooltip
bruberu Aug 10, 2021
d56a6d1
Fix certain formatting and extraneous import problems
bruberu Aug 11, 2021
cb51698
Fix certain formatting and extraneous import problems
bruberu Aug 11, 2021
60b409e
Reformat GregFakePlayer
bruberu Aug 11, 2021
b251eb5
Yeet ModelCache.java
bruberu Aug 11, 2021
ac44dc1
Keep removing useless imports
bruberu Aug 11, 2021
88a63c0
Behaviour -> Behavior (as per Tech's request)
bruberu Aug 11, 2021
610f2a1
Implement @Tech22's suggestions
bruberu Aug 11, 2021
ad8de61
Continue transition to behavior
bruberu Aug 11, 2021
5c54da4
Apply all of Kila's suggestions that could be simply implemented
bruberu Aug 12, 2021
8f40c6b
Fix up ClipboardBehavior.java
bruberu Aug 12, 2021
4c19bd1
Fix up MetaTileEntityClipboard.java
bruberu Aug 12, 2021
088e6be
Continue removing unnecessary checks from PlayerInventoryHolder.java
bruberu Aug 12, 2021
dbf7e68
Add Max's textures!
bruberu Aug 12, 2021
44e5666
Squashed commit of the following:
Yefancy Aug 21, 2021
8da065b
compatibility
Yefancy Aug 21, 2021
2b833a8
Merge branch 'master' into clipboard
Yefancy Aug 21, 2021
60b9c8f
Fix remaining issues
bruberu Aug 21, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add a clipboard back
bruberu committed Jul 23, 2021
commit a3f8a5f410933a083439d17d54ceaa2fc6ed4af3
2 changes: 2 additions & 0 deletions src/main/java/gregtech/common/items/MetaItem1.java
Original file line number Diff line number Diff line change
@@ -505,6 +505,8 @@ public void registerSubItems() {
CARBON_FIBERS = addItem(355, "carbon.fibers");
CARBON_MESH = addItem(356, "carbon.mesh");
CARBON_PLATE = addItem(357, "carbon.plate");

CLIPBOARD = addItem(362, "clipboard").addComponents(new ClipboardBehaviour());
}

public void registerRecipes() {