worldgen and stone palettes
|
After Width: | Height: | Size: 240 B |
|
After Width: | Height: | Size: 246 B |
|
After Width: | Height: | Size: 243 B |
|
After Width: | Height: | Size: 230 B |
|
After Width: | Height: | Size: 224 B |
|
After Width: | Height: | Size: 230 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 206 B |
|
After Width: | Height: | Size: 223 B |
|
After Width: | Height: | Size: 346 B |
|
After Width: | Height: | Size: 195 B |
|
After Width: | Height: | Size: 182 B |
|
After Width: | Height: | Size: 177 B |
|
After Width: | Height: | Size: 197 B |
|
After Width: | Height: | Size: 202 B |
|
After Width: | Height: | Size: 908 B |
|
After Width: | Height: | Size: 219 B |
|
After Width: | Height: | Size: 224 B |
|
After Width: | Height: | Size: 240 B |
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "forge:add_features",
|
||||
"biomes": "#minecraft:is_overworld",
|
||||
"features": "tfmg:simulated_oil",
|
||||
"step": "underground_ores"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "forge:add_features",
|
||||
"biomes": "#minecraft:is_overworld",
|
||||
"features": "tfmg:oil",
|
||||
"step": "underground_ores"
|
||||
}
|
||||
@@ -6,7 +6,8 @@
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"refmap": "tfmg.refmap.json",
|
||||
"mixins": [
|
||||
|
||||
"AllOreFeatureConfigEntriesMixin"
|
||||
// "FluidPropagatorMixin"
|
||||
],
|
||||
|
||||
"injectors": {
|
||||
|
||||
16
src/main/resources/tfmg_changelog.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
Version 0.6.0
|
||||
|
||||
|
||||
-liquid concrete changed from a block to actuall fluid
|
||||
-liquid concrete bucket works with smart pipes
|
||||
-changed strength of oil deposits from 696969 to 69696969
|
||||
-added formwork
|
||||
-added cooling liquid
|
||||
-added creosote
|
||||
-added connected texture to cast iron block
|
||||
-added blue and green fire
|
||||
-added copper and zinc grenades
|
||||
-sparks from thermite grenades now set mobs on fire on impact
|
||||
-changed id of the mod from "createindustry" to "tfmg"
|
||||
-increased burning time of fossilstone and coal coke
|
||||
-oil deposits spawn in larger but rarer groups
|
||||