8000 Roundels! by Loqor · Pull Request #1460 · amblelabs/ait · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Roundels! #1460

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

Open
wants to merge 57 commits into
base: main
Choose a base branch
from
Open

Roundels! #1460

wants to merge 57 commits into from

Conversation

Loqor
Copy link
Member
@Loqor Loqor commented Apr 23, 2025

About the PR

Added Roundels, Roundel Fabricator, and a new datapack system for patterns.

Why / Balance

I'll explain later

Technical details

Media

Requirements

Breaking changes

Changelog

Loqor and others added 30 commits April 11, 2025 18:55
fix: dynamicy
fix: fabricator no more on ground
< 10000 input type="hidden" name="dropdown_direction" value="s" autocomplete="off" data-targets="batch-deferred-content.inputs" />
fix: emission is now constant and not dumb
… that includes the emissive boolean that can be set via the roundel fabricator (currently is simply set to true for testing)
@github-actions github-actions bot added C: Textures Changes: Might require knowledge of spriting or visual design. A: Datagen Area: Datagen implementation & API. A: Tardis Components Area: Tardis components & manager. S: Needs Review Status: Requires additional reviews before being fully accepted. labels Apr 23, 2025
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@github-actions github-actions bot added the S: Merge Conflict Status: Needs to resolve merge conflicts before it can be accepted. label Apr 23, 2025
# Conflicts:
#	src/main/java/dev/amble/ait/AITMod.java
@github-actions github-actions bot removed the S: Merge Conflict Status: Needs to resolve merge conflicts before it can be accepted. label Apr 23, 2025
Identifier id = context.id();
// This is EXCEPTIONALLY stupid. But so is Mojang. So, in conclusion, fuck you. - Loqor
if (id != null && (
id.toString().contains("ait:roundel#") && !id.toString().contains("ait:roundel_fabricator"))) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i mean
if it contains "ait:roundel#" it cant contain "ait:roundel_fabricator".

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i assume the # checks for everything after that so

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

????

@github-actions github-actions bot added S: Awaiting Changes Status: Changes are required before another review can happen. and removed S: Needs Review Status: Requires additional reviews before being fully accepted. labels Apr 23, 2025
@GSMPBot GSMPBot requested a review from DrTheodor April 23, 2025 20:08
@github-actions github-actions bot added S: Needs Review Status: Requires additional reviews before being fully accepted. and removed S: Awaiting Changes Status: Changes are required before another review can happen. labels Apr 23, 2025
Identifier id = context.id();
// This is EXCEPTIONALLY stupid. But so is Mojang. So, in conclusion, fuck you. - Loqor
if (id != null && (
id.toString().contains("ait:roundel#") && !id.toString().contains("ait:roundel_fabricator"))) {
Copy link
Member
B421

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

????

extends AbstractRoundelBlock {
private static final Map<Integer, Block> COLORED_ROUNDELS = Maps.newHashMap();

public RoundelBlock(int dyeColor, AbstractBlock.Settings settings) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so what
since when minecraft became the etalon of performant code?

@@ -141,7 +141,8 @@ public void removeFuel(double fuel) {
}

public double getFuel() {
return this.<FuelHandler>handler(TardisComponent.Id.FUEL).getCurrentFuel();
FuelHandler fuel = this.handler(TardisComponent.Id.FUEL);
return fuel.getCurrentFuel();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use this.<FuelHandler>handler(TardisComponent.Id.FUEL).getCurrentFuel()

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this.fuel()?

@github-actions github-actions bot added S: Awaiting Changes Status: Changes are required before another review can happen. and removed S: Needs Review Status: Requires additional reviews before being fully accepted. labels Apr 23, 2025
@duzos
Copy link
Member
duzos commented Apr 23, 2025

Theo we cant reply to some of your coments

@GSMPBot GSMPBot requested a review from DrTheodor April 24, 2025 07:34
@github-actions github-actions bot added S: Needs Review Status: Requires additional reviews before being fully accepted. and removed S: Awaiting Changes Status: Changes are required before another review can happen. labels Apr 24, 2025
@DrTheodor
Copy link
Member

Theo we cant reply to some of your coments

Skill issue, clearly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: Datagen Area: Datagen implementation & API. A: Tardis Components Area: Tardis components & manager. C: Textures Changes: Might require knowledge of spriting or visual design. S: Needs Review Status: Requires additional reviews before being fully accepted. size/L Denotes a PR that changes 1000-4999 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants
0