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

Disabling the Dimensional Compass in the config doesn't disable it #231

Open
GrumpyChunks opened this issue Mar 20, 2022 · 0 comments
Open

Comments

@GrumpyChunks
Copy link

Version 1.16.5-1.2.3.38

I've disabled both the dimensional compass in the serverconfig for the world I'm playing in (along with many other tweaks). All the changes I've made have worked with the only expcetion being the dimensional compass still being craftable.

	[tools.dimensionCompass]
		#Enables the dimension compass: a compass which points towards the place you entered a dimension.
		#When used on a lodestone, works across dimensions taking nether coordinates into account
		enable = false

I've also tried disabling the entire tools module, but the compass continues to be craftable.

[modules]
	#Adds tools for automation and redstone interaction
	utility = false
	#Contains tweaks to vanilla features
	tweaks = false
	#Includes new blocks that add new types of recipes
	tools = false
	#Building blocks to improve decoration
	building = true

Just to confirm, I'm definately editing the correct config file, as I can see other changes taking place.

I've had a quick look in the source, (it's been a while since I made a mod, so I'm quite rusty), but the dimensional compass is registered differently to other tools. Apologies if I'm barking up the wrong tree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant