diff --git a/server/server/config/create-server.toml b/server/server/config/create-server.toml index e026058..6aaeee2 100644 --- a/server/server/config/create-server.toml +++ b/server/server/config/create-server.toml @@ -172,6 +172,10 @@ #Whether harvesters should replant crops after harvesting. harvesterReplants = true #. + #Whether stabilised bearings create a separated entity even on non-rotating contraptions. + #[Technical] + stabiliseStableContraptions = false + #. #Whether minecart contraptions can be placed into container items. minecartContraptionInContainers = false #. @@ -396,15 +400,19 @@ #Range: > 100 schematicIdleTimeout = 600 #. - #[in KiloBytes] - #The maximum allowed file size of uploaded Schematics. - #Range: > 16 + #The amount of Schematics a player can upload until previous ones are overwritten. + #Range: > 1 maxSchematics = 256 #. #. #Whether placing a Schematic directly in Creative Mode should replace world blocks with Air creativePrintIncludesAir = false #. + #[in KiloBytes] + #The maximum allowed file size of uploaded Schematics. + #Range: > 16 + maxTotalSchematicSize = 256 + #. #[in Bytes] #The maximum packet size uploaded Schematics are split into. #Range: 256 ~ 32767 @@ -413,18 +421,14 @@ #. #Schematicannon [schematics.schematicannon] - #. - #% of Schematicannon's Fuel filled by 1 Gunpowder. - #Range: 0.0 ~ 100.0 - schematicannonGunpowderWorth = 20.0 - #. - #% of Schematicannon's Fuel used for each fired block. - #Range: 0.0 ~ 100.0 - schematicannonFuelUsage = 0.05000000074505806 #. #Amount of game ticks between shots of the cannon. Higher => Slower #Range: > 1 schematicannonDelay = 10 + #. + #Amount of blocks a Schematicannon can print per Gunpowder item provided. + #Range: > 1 + schematicannonShotsPerGunpowder = 400 #. #Equipment and gadgets added by Create diff --git a/server/server/config/vmp.properties b/server/server/config/vmp.properties index 6969488..3de6b16 100644 --- a/server/server/config/vmp.properties +++ b/server/server/config/vmp.properties @@ -1,5 +1,5 @@ #Configuration file for VMP -#Sat Apr 12 13:48:49 GMT 2025 +#Sat Apr 12 14:26:44 GMT 2025 deprecated_precache_biome_lookup=false exp3_use_packet_priority_system=false exp_use_optimized_chunk_ticking_iteration=true diff --git a/server/server/server.properties b/server/server/server.properties index 228ddf6..8e84889 100644 --- a/server/server/server.properties +++ b/server/server/server.properties @@ -1,5 +1,5 @@ #Minecraft server properties -#Sat Apr 12 13:49:12 GMT 2025 +#Sat Apr 12 14:27:06 GMT 2025 allow-flight=false allow-nether=true broadcast-console-to-ops=true