SineVector241 / VoiceCraft-MCBE_Proximity_Chat

VoiceCraft software to implement proximity VC for Minecraft Bedrock Edition
GNU General Public License v3.0
103 stars 18 forks source link

Backward compatibility #77

Closed C0pperTux closed 7 months ago

C0pperTux commented 9 months ago

Summary Is there anyway I can use the latest addon on Minecraft 1.20.30 Detailed Description Is there any way I can use the latest addon and the lasted software for Minecraft 1.20.30 or am I limited to 1.20.60 Add images if applicable

Additional Context

SineVector241 commented 9 months ago

Yes, you would need to downgrade the add-on code though.

ModMaker101 commented 9 months ago

So downgrade the addon in the manifest.json

ModMaker101 commented 9 months ago

Is what's he's saying

C0pperTux commented 9 months ago

Ok so do I have to learn a programming language or how do I do that

SineVector241 commented 9 months ago

Not just the manifest, The code/functions for that version and the server modules.

C0pperTux commented 9 months ago

Is there a easy way to do that

SineVector241 commented 9 months ago

Addon repo. https://github.com/SineVector241/VoiceCraft-MCBE_ProximityChat_Addon

ModMaker101 commented 9 months ago

I don't think you need to learn another programming language you just need to know what to change

ModMaker101 commented 9 months ago

So you would need to change the script module version to the latest version in 1.20.30

C0pperTux commented 8 months ago

im trying to learn json

C0pperTux commented 8 months ago

i know c# only

SineVector241 commented 8 months ago

Json isn't a programming language, It's a data format.

It works by having a key with a value. E.g. "T1":5 The key T1 holds a value of 5.