question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No way to create custom mod* remapped configurations.

See original GitHub issue

Title says it all

image image

/home/nocomment/Documents/GitHub/NoComment1105/maybe-more-data/src/testmod/java/maybemoredata/testmod/MaybeMoreDataTestmod.java:34: error: cannot access class_3614
            TEST_BLOCK = Registry.register(Registry.BLOCK, new Identifier("maybemoredata", "test_block"),  new Block(FabricBlockSettings.of(Material.STONE).requiresTool().strength(2f, 4f)));
                                                                                                                                        ^
  class file for net.minecraft.class_3614 not found

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
modmuss50commented, Feb 22, 2022

class_3614 is Material, it seems like something hasnt remapped correctly. Try running ./gradlew --refresh-dependencies to see if it solves the issue.

Failing that posting your build.gradle would be useful as something isnt quite right with the gradle setup.

1reaction
NoComment1105commented, Feb 22, 2022

o7, Thank you! Please let me know when this is possible, I look forward to it

Read more comments on GitHub >

github_iconTop Results From Across the Web

tutorial:mappings [Fabric Wiki]
Mappings in Loom are specified using the mappings dependency configuration in the buildscript and can be updated by updating the dependency.
Read more >
Remap keyboard, skip intros, change the "use door" key and ...
[NEW] Make the interaction with doors and bus stops instantaneous. (Off by default); Remap the keyboard from the mod's config file.
Read more >
Making tmux Pretty and Usable - A Guide to Customizing your ...
Customizing tmux · Less awkward prefix keys · Sane Split Commands · Easy Config Reloads · Fast Pane-Switching · Mouse mode · Stop...
Read more >
Xmodmap - ArchWiki
Due to a limitation of Xorg, xmodmap settings are not applied to ... If a keyboard is added to a system after a...
Read more >
How to remap the App Buttons on Fire TV Remotes with ...
For Fire TV Smart TVs, the option is under Settings > Device ... There is no way to remap an app button and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found