Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
de54a8c
Condensed code, removed unused variables
GotoLink Oct 23, 2013
ada3df2
Condensed generation code
GotoLink Oct 25, 2013
34cf2df
Improved dimension black list and block white list
GotoLink Oct 28, 2013
9e06fdf
Uses block field instead of ids. Less subject to
GotoLink Oct 28, 2013
c729791
Exposed names into localization file
GotoLink Oct 28, 2013
2df5e10
Fixed localization file
GotoLink Oct 29, 2013
b7fa43b
Fixed unhandled config case leading to crash
GotoLink Oct 29, 2013
d0fcc44
Fixed variable use and unnecessary casting
GotoLink Nov 13, 2013
b16dc4b
Fixed skulls
GotoLink Nov 14, 2013
55391d3
Added better inheritance-Removed "magic numbers"
GotoLink Nov 14, 2013
056d335
Fixed mushroom lighting
GotoLink Nov 14, 2013
4aad23f
Cleaned things
GotoLink Nov 29, 2013
dfe2c32
Added more checks for stalactites generation
GotoLink Dec 13, 2013
cee6331
Allowed updates for lighting
GotoLink Dec 13, 2013
d5f390c
Added dripping water particles
GotoLink Dec 13, 2013
0cdd335
Derp fixes
GotoLink Jan 8, 2014
ee45fad
Stalactites will remove themselves in case of ...
GotoLink Jan 9, 2014
13bd90c
Update for 1.7.2
GotoLink Jan 28, 2014
c67349d
Updated mappings
GotoLink Feb 22, 2014
db9e437
Gradle resources
GotoLink Mar 7, 2014
2f7fc54
Fixed credits
GotoLink Mar 7, 2014
b84e07a
Added safety for flooded caves generation
GotoLink Mar 7, 2014
935edd3
Removed derpyness
GotoLink Mar 9, 2014
f8baa53
Fixed math error
GotoLink Mar 9, 2014
241af8d
Added frozen block type option
GotoLink Mar 11, 2014
718c85a
Reworked generation code
GotoLink Mar 26, 2014
d4d501d
Condensed block code
GotoLink Mar 26, 2014
2a758c9
Made stalagmites obey white list
GotoLink Mar 26, 2014
63f69d0
M.U.D support
GotoLink Apr 3, 2014
a67cd44
Fix
GotoLink Apr 3, 2014
1e9236f
Fixed links
GotoLink Apr 8, 2014
e9063a2
Cleaned stuff
GotoLink Apr 10, 2014
f50272f
Improved silk harvest
GotoLink Apr 10, 2014
fe5efc8
Improved fossil generation
GotoLink Apr 10, 2014
b0c8afd
Patch
GotoLink Apr 10, 2014
23f20fc
Update Forge
GotoLink May 12, 2014
9374d52
Create ru_RU.lang
May 22, 2014
28f67ea
Merge pull request #1 from Adaptivity/patch-1
GotoLink May 23, 2014
f657868
Added skull chance option
GotoLink Jun 3, 2014
f6129bf
Rebuilt event flow
GotoLink Jun 3, 2014
32650d9
More extendable code
GotoLink Jun 3, 2014
7c3ab0f
Patch
GotoLink Jun 3, 2014
6da68a4
Extendable stalactite generation
GotoLink Jun 12, 2014
b51dbbe
Fixed ru
GotoLink Jul 21, 2014
bde8791
Update to 1.7.10
GotoLink Jul 21, 2014
9fcba40
Forge update
GotoLink Jan 4, 2015
7b3dad9
Added range support in dimension id
GotoLink Jan 4, 2015
769168e
Create pt_BR.lang
alab434 Jan 14, 2015
177badd
Merge pull request #2 from al-myr/patch-1
GotoLink Jan 15, 2015
afbf49f
Merge remote-tracking branch 'upstream/master'
GotoLink Feb 22, 2015
3d93200
Merge remote-tracking branch 'origin/master'
GotoLink Feb 22, 2015
6a6b5a8
ES / BR translations
GotoLink Feb 22, 2015
8829479
Update for 1.8
GotoLink Jul 20, 2015
facd90b
Update for 1.9
GotoLink Jun 4, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
231 changes: 16 additions & 215 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,215 +1,16 @@
#################
## Eclipse
#################

*.pydevproject
.project
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath


#################
## Visual Studio
#################

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.sln.docstates

# Build results

[Dd]ebug/
[Rr]elease/
x64/
build/
[Bb]in/
[Oo]bj/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.log
*.scc

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile

# Visual Studio profiler
*.psess
*.vsp
*.vspx

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

# NCrunch
*.ncrunch*
.*crunch*.local.xml

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/

# Publish Web Output
*.Publish.xml
*.pubxml

# NuGet Packages Directory
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
#packages/

# Windows Azure Build Output
csx
*.build.csdef

# Windows Store app package directory
AppPackages/

# Others
sql/
*.Cache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.[Pp]ublish.xml
*.pfx
*.publishsettings

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
App_Data/*.mdf
App_Data/*.ldf

#############
## Windows detritus
#############

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Mac crap
.DS_Store


#############
## Python
#############

*.py[co]

# Packages
*.egg
*.egg-info
dist/
build/
eggs/
parts/
var/
sdist/
develop-eggs/
.installed.cfg

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox

#Translations
*.mo

#Mr Developer
.mr.developer.cfg
#Ignore EVERYTHING
/*
/*/

#Except
!.gitignore
!build.gradle
!gradle*
!LICENSE.md
!README.md
!mcmod.info
!/assets/
!/wildCaves/
!WildCaves3.png
!update.xml
!changelog.md
Binary file added WildCaves3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions assets/wildcaves3/blockstates/Decorations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"variants": {
"type=0": { "model": "wildcaves3:decor_0" },
"type=1": { "model": "wildcaves3:decor_1" },
"type=2": { "model": "wildcaves3:decor_2" }
}
}
14 changes: 14 additions & 0 deletions assets/wildcaves3/blockstates/Flora.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"variants": {
"type=0": { "model": "wildcaves3:flora_0" },
"type=1": { "model": "wildcaves3:flora_1" },
"type=2": { "model": "wildcaves3:flora_2" },
"type=3": { "model": "wildcaves3:flora_3" },
"type=4": { "model": "wildcaves3:flora_4" },
"type=5": { "model": "wildcaves3:flora_5" },
"type=6": { "model": "wildcaves3:flora_6" },
"type=7": { "model": "wildcaves3:flora_7" },
"type=8": { "model": "wildcaves3:flora_8" },
"type=9": { "model": "wildcaves3:flora_9" }
}
}
5 changes: 5 additions & 0 deletions assets/wildcaves3/blockstates/FossilBlock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"variants": {
"normal": { "model": "wildcaves3:fossil" }
}
}
17 changes: 17 additions & 0 deletions assets/wildcaves3/blockstates/SandstoneSalactite.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"variants": {
"type=0": { "model": "wildcaves3:sandstone_0" },
"type=1": { "model": "wildcaves3:sandstone_1" },
"type=2": { "model": "wildcaves3:sandstone_2" },
"type=3": { "model": "wildcaves3:sandstone_3" },
"type=4": { "model": "wildcaves3:sandstone_4" },
"type=5": { "model": "wildcaves3:sandstone_5" },
"type=6": { "model": "wildcaves3:sandstone_6" },
"type=7": { "model": "wildcaves3:sandstone_7" },
"type=8": { "model": "wildcaves3:sandstone_8" },
"type=9": { "model": "wildcaves3:sandstone_9" },
"type=10": { "model": "wildcaves3:sandstone_10" },
"type=11": { "model": "wildcaves3:sandstone_11" },
"type=12": { "model": "wildcaves3:sandstone_12" }
}
}
17 changes: 17 additions & 0 deletions assets/wildcaves3/blockstates/StoneStalactite.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"variants": {
"type=0": { "model": "wildcaves3:stone_0" },
"type=1": { "model": "wildcaves3:stone_1" },
"type=2": { "model": "wildcaves3:stone_2" },
"type=3": { "model": "wildcaves3:stone_3" },
"type=4": { "model": "wildcaves3:stone_4" },
"type=5": { "model": "wildcaves3:stone_5" },
"type=6": { "model": "wildcaves3:stone_6" },
"type=7": { "model": "wildcaves3:stone_7" },
"type=8": { "model": "wildcaves3:stone_8" },
"type=9": { "model": "wildcaves3:stone_9" },
"type=10": { "model": "wildcaves3:stone_10" },
"type=11": { "model": "wildcaves3:stone_11" },
"type=12": { "model": "wildcaves3:stone_12" }
}
}
49 changes: 49 additions & 0 deletions assets/wildcaves3/lang/en_US.lang
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@

itemGroup.WildCaves3=Wild Caves 3

fossil1.name=Bone pile

stalactite1.name=Stalactite
stalactite2.name=Stalactite
stalactite3.name=Stalactite
stalactite4.name=Stalactite
stalactiteConnection1.name=Stalactite
stalactiteConnection2.name=Stalactite
stalactiteConnection3.name=Stalactite
stalactiteConnection4.name=Stalactite
stalactiteEnd.name=Stalactite
stalacmiteEnd.name=Stalagmite
stalacmite1.name=Stalagmite
stalacmite2.name=Stalagmite
stalacmite3.name=Stalagmite

sandstoneStalactite1.name=Sandstone Stalactite
sandstoneStalactite2.name=Sandstone Stalactite
sandstoneStalactite3.name=Sandstone Stalactite
sandstoneStalactite4.name=Sandstone Stalactite
sandstoneStalactiteConnection1.name=Sandstone Stalactite
sandstoneStalactiteConnection2.name=Sandstone Stalactite
sandstoneStalactiteConnection3.name=Sandstone Stalactite
sandstoneStalactiteConnection4.name=Sandstone Stalactite
sandstoneStalactiteEnd.name=Sandstone Stalactite
sandstoneStalacmiteEnd.name=Sandstone Stalagmite
sandstoneStalacmite1.name=Sandstone stalagmite
sandstoneStalacmite2.name=Sandstone stalagmite
sandstoneStalacmite3.name=Sandstone stalagmite

glowcap1.name=Glowcap
glowcap2.name=Glowcap
glowcap3.name=Glowcap
gloweed1.name=Glow weed
glowcap4top.name=Glowcap
glowcap4bottom.name=Glowcap

bluecap1.name=Iceshroom
bluecap2.name=Iceshroom
bluecap3.name=Iceshroom
bluecap4.name=Iceshroom

icicle.name=Icicle
icicle1.name=Icicle
icicle2.name=Icicle
icicle3.name=Icicle
Loading