Closed MaxLevs closed 6 months ago
I tried to look through the source history because I vaguely remember older versions of Minecraft required level-type to be one of the uppercase values like "DEFAULT", "FLAT", "BUFFET", etc. Looking at the latest docs that is certainly no longer the case. I'll remove the uppercase conversion logic.
Which tag do I have to use to pull these patches? Is this available already?
Which tag do I have to use to pull these patches? Is this available already?
Any of the active tags but you need to make sure to re-pull the image.
Describe the problem
I've tried to play in terafirmacraft (forge 1.20.1-47.2.30). But every single time I started server I got an error (just crush with 137 status code). I've tested on default server on my PC (same forge version). The same pack of mods works well.
I this it has something to do with a container. Because manual installation server works well.
Level type for this mod is
tfc:overworld
. To do this I should use world type from this mod (tfc:overworld). I set this up from env (LEVEL_TYPE: 'tfc:overworld' and also tried 'tfc\:overworld'). Container's serever.properties containedlevel-type=TFC\:OVERWORLD
(capitalized automatically). And manual server's server.properties containslevel-type=tfc\:overworld
after autogen.Container definition
Container logs