[fromscratch|itemdrop|skyblock] Updated.
This commit is contained in:
parent
3a5028744d
commit
8a2c45315d
9
.gitmodules
vendored
9
.gitmodules
vendored
@ -1,12 +1,15 @@
|
||||
# [submodule "mods/wtdn"]
|
||||
# path = mods/wtdn
|
||||
# url = git@github.com:Quent42340/wtdn.git
|
||||
[submodule "mods/fromscratch"]
|
||||
path = mods/fromscratch
|
||||
url = git@github.com:Quent42340/FromScratch.git
|
||||
[submodule "mods/wtdn"]
|
||||
path = mods/wtdn
|
||||
url = git@github.com:Quent42340/wtdn.git
|
||||
[submodule "mods/skyblock"]
|
||||
path = mods/skyblock
|
||||
url = git@github.com:Quent42340/minetest-skyblock.git
|
||||
[submodule "mods/item_drop"]
|
||||
path = mods/item_drop
|
||||
url = git@github.com:Quent42340/item_drop.git
|
||||
[submodule "mods/fluid_lib"]
|
||||
path = mods/fluid_lib
|
||||
url = https://gitlab.icynet.eu/evert/fluid_lib.git
|
||||
|
2
TODO
2
TODO
@ -1,6 +1,6 @@
|
||||
TODO
|
||||
|
||||
# TechTest 0.2.0a
|
||||
# SkyFactory 0.2.0a
|
||||
|
||||
• DONE: Release `FromScratch 0.3.0a`
|
||||
• TODO: Fix blockers in `skyblock`
|
||||
|
@ -1,6 +1,6 @@
|
||||
# This file contains settings of Minetest Game that can be changed in minetest.conf
|
||||
# By default, all the settings are commented and not functional.
|
||||
# Uncomment settings by removing the preceding #.
|
||||
# SkyFactory
|
||||
# Default Configuration
|
||||
# by Unarelith
|
||||
|
||||
# Skyblock mod
|
||||
skyblock.start_gap = 1000
|
||||
@ -19,6 +19,14 @@ item_drop.enable_pickup_key = false
|
||||
item_drop.pickup_radius = 1.5
|
||||
# item_drop.item_pickup_keytype = Use
|
||||
item_drop.pickup_keyinvert = true
|
||||
item_drop.pickup_sound_gain = 0.1
|
||||
item_drop.pickup_particle = false
|
||||
|
||||
# Minetest Game
|
||||
|
||||
# Whether the stuff in initial_stuff should be given to new players
|
||||
give_initial_stuff = true
|
||||
initial_stuff = skyblock_levels:quest_book
|
||||
|
||||
# Whether creative mode (fast digging of all blocks, unlimited resources) should be enabled
|
||||
#creative_mode = false
|
||||
@ -48,10 +56,6 @@ item_drop.pickup_keyinvert = true
|
||||
# Whether lavacooling should be enabled.
|
||||
#enable_lavacooling = true
|
||||
|
||||
# Whether the stuff in initial_stuff should be given to new players
|
||||
give_initial_stuff = true
|
||||
initial_stuff = skyblock_levels:quest_book
|
||||
|
||||
# Whether the TNT mod should be enabled
|
||||
#enable_tnt = <true in singleplayer, false in multiplayer>
|
||||
|
||||
@ -69,3 +73,4 @@ initial_stuff = skyblock_levels:quest_book
|
||||
# Whether players can skip night by sleeping
|
||||
# Default value is true
|
||||
#enable_bed_night_skip = true
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 9eb3a24a7c264f0c36aa7f1f35d8a980627adc2e
|
||||
Subproject commit 4c3bd64f10c756a8dc2a37382a3ea609d6d6f8b0
|
@ -1 +1 @@
|
||||
Subproject commit fc89b2d2b4cad17e121bc4d4e84553a929a7f042
|
||||
Subproject commit 17b176b33ab76fb7967e48bc1b0084c2833d29f3
|
@ -1 +1 @@
|
||||
Subproject commit e269fbef99d2cf671c9789309d9da7dfa13b348e
|
||||
Subproject commit ca51fce52040a4a66a119d934036a9a1ebd76d91
|
Loading…
x
Reference in New Issue
Block a user