Gamemode 4 is a collection of modular Minecraft Datapacks that change or expand on the vanilla experience whilst keeping the vanilla feel. Our modules are developed with a focus on usability and efficiency.
Describe the bug
The init.mcfunction of modules downloaded for old versions (tested for 1.14) are not able to be installed as the init.mcfunction contains malformed mcfunction code.
To Reproduce
Steps to reproduce the behavior:
Download Liquid Tanks for 1.14
Create a new 1.14 world and put the module in the datapacks folder
Run /reload
Observe how Gamemode 4 announces 'updating', but the module does not install itself.
Expected behavior
The module should install itself.
Fix
The problem is caused by the pipeline adding double speechmarks in the module update/version lists CustomName tag in init.mcfunction, see screenshot below.
Screenshots
Environment
Minecraft version: 1.14
Server version: 1.14 (SP)
Installed Datapacks: Ambrosia, Liquid Tanks
Installed Mods: None
Additional context
Additional older versions may be affected.
Describe the bug The
init.mcfunction
of modules downloaded for old versions (tested for 1.14) are not able to be installed as theinit.mcfunction
contains malformed mcfunction code.To Reproduce Steps to reproduce the behavior:
datapacks
folder/reload
Expected behavior The module should install itself.
Fix The problem is caused by the pipeline adding double speechmarks in the module update/version lists
CustomName
tag ininit.mcfunction
, see screenshot below.Screenshots
Environment
Additional context Additional older versions may be affected.