mod config updates 2
This commit is contained in:
parent
9882d85553
commit
efd92c9ac9
3 changed files with 17 additions and 13 deletions
|
|
@ -172,6 +172,10 @@
|
||||||
#Whether harvesters should replant crops after harvesting.
|
#Whether harvesters should replant crops after harvesting.
|
||||||
harvesterReplants = true
|
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.
|
#Whether minecart contraptions can be placed into container items.
|
||||||
minecartContraptionInContainers = false
|
minecartContraptionInContainers = false
|
||||||
#.
|
#.
|
||||||
|
|
@ -396,15 +400,19 @@
|
||||||
#Range: > 100
|
#Range: > 100
|
||||||
schematicIdleTimeout = 600
|
schematicIdleTimeout = 600
|
||||||
#.
|
#.
|
||||||
#[in KiloBytes]
|
#The amount of Schematics a player can upload until previous ones are overwritten.
|
||||||
#The maximum allowed file size of uploaded Schematics.
|
#Range: > 1
|
||||||
#Range: > 16
|
|
||||||
maxSchematics = 256
|
maxSchematics = 256
|
||||||
#.
|
#.
|
||||||
#.
|
#.
|
||||||
#Whether placing a Schematic directly in Creative Mode should replace world blocks with Air
|
#Whether placing a Schematic directly in Creative Mode should replace world blocks with Air
|
||||||
creativePrintIncludesAir = false
|
creativePrintIncludesAir = false
|
||||||
#.
|
#.
|
||||||
|
#[in KiloBytes]
|
||||||
|
#The maximum allowed file size of uploaded Schematics.
|
||||||
|
#Range: > 16
|
||||||
|
maxTotalSchematicSize = 256
|
||||||
|
#.
|
||||||
#[in Bytes]
|
#[in Bytes]
|
||||||
#The maximum packet size uploaded Schematics are split into.
|
#The maximum packet size uploaded Schematics are split into.
|
||||||
#Range: 256 ~ 32767
|
#Range: 256 ~ 32767
|
||||||
|
|
@ -413,18 +421,14 @@
|
||||||
#.
|
#.
|
||||||
#Schematicannon
|
#Schematicannon
|
||||||
[schematics.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
|
#Amount of game ticks between shots of the cannon. Higher => Slower
|
||||||
#Range: > 1
|
#Range: > 1
|
||||||
schematicannonDelay = 10
|
schematicannonDelay = 10
|
||||||
|
#.
|
||||||
|
#Amount of blocks a Schematicannon can print per Gunpowder item provided.
|
||||||
|
#Range: > 1
|
||||||
|
schematicannonShotsPerGunpowder = 400
|
||||||
|
|
||||||
#.
|
#.
|
||||||
#Equipment and gadgets added by Create
|
#Equipment and gadgets added by Create
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#Configuration file for VMP
|
#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
|
deprecated_precache_biome_lookup=false
|
||||||
exp3_use_packet_priority_system=false
|
exp3_use_packet_priority_system=false
|
||||||
exp_use_optimized_chunk_ticking_iteration=true
|
exp_use_optimized_chunk_ticking_iteration=true
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#Minecraft server properties
|
#Minecraft server properties
|
||||||
#Sat Apr 12 13:49:12 GMT 2025
|
#Sat Apr 12 14:27:06 GMT 2025
|
||||||
allow-flight=false
|
allow-flight=false
|
||||||
allow-nether=true
|
allow-nether=true
|
||||||
broadcast-console-to-ops=true
|
broadcast-console-to-ops=true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue