cc-tweaked / CC-Tweaked

Just another ComputerCraft fork
https://tweaked.cc
933 stars 211 forks source link

Question: Command Computer usage in Survival? #479

Closed ArsiTheFox closed 4 years ago

ArsiTheFox commented 4 years ago

I have been seeing in update release notes that a new config option to allow this has been added but I can't find it

CC-Tweaked: cc-tweaked-1.15.2-1.89.1.jar Mc: 1.15.2

Kan18 commented 4 years ago

(Edit: It doesn't seem like the configuration option is available on CC: Tweaked mod versions for Minecraft 1.15. This is probably a bug.)

It seems like the configuration option is "command_require_creative": https://github.com/SquidDev-CC/CC-Tweaked/blob/2a8efb3fd53409acf23e8610ddc024f374868267/src/main/java/dan200/computercraft/shared/Config.java#L124 Here's an image:

image

(you can find this menu in Esc Menu -> Mod Options -> CC: Tweaked -> Config)

ArsiTheFox commented 4 years ago

@Kan18 Yes I seem to be missing that functionality javaw-12-40-20 AM

ArsiTheFox commented 4 years ago

Ah hah so I may not be an idiot for once, it may be a bug

Lupus590 commented 4 years ago

Configs are different between 1.12 and 1.15. in 1.15 some server side configs live in the world folder.

ArsiTheFox commented 4 years ago

That config sadly isn't in the world-side folder, I looked

SquidDev commented 4 years ago

Yep, apparently this got lost when merging into the 1.15 branch.

ArsiTheFox commented 4 years ago

When roughly will the next update come out for the commit so I can download a fix?

SquidDev commented 4 years ago

There's not really a schedule for these, so it'll happen when it happens. Minecraft 1.16 comes out today, so they'll probably be another set of releases once Forge is out for that.

In the meantime, you can download the mod from our CI server.