No way to create custom mod* remapped configurations.
See original GitHub issueTitle says it all
/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:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
o7, Thank you! Please let me know when this is possible, I look forward to it