This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Operation Aetherific Expansion The Heavenly Gates Are open | |
Promised land removed by bop let’s make this apart and maby update the other removed biomes | |
http://biomesoplenty.wikia.com/wiki/Category:Removed_Biomes | |
http://biomesoplenty.wikia.com/wiki/Promised_Land | |
kether original 1.4.7 | |
Visit the Zenith | |
http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/wip-mods/1443590-1-4-7-alpha-0-3-0-minecraft-all-dem-dimensions | |
Purple maayet’s skylands mod | |
https://www.youtube.com/watch?v=YzwTv_5Cj_U |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Seasons:{ | |
Name:"Aether" | |
id:"aether"//although one can use the after:"id" of the season index allows for options | |
icon:"aether_logo.png" | |
after:"last"//specify id of season, "first","last" you can also use the before tag if you want to do that | |
index:3//cancles out after if used | |
index_set:true//specifies whether or not to replace it at it's index or to add it at it's index | |
chance:50.0 // 50.0/100.0 #chance for the season to occur | |
days:0-51//gives out a random number between a range a fixed amount of days is also supported with just specifying int here | |
auroralights:true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Map> | |
<worldId>"invasion_city"</worldId> | |
<worldName>"Invasion"</worldName> | |
<tierUpgrades>false</tierUpgrades> | |
<daytimeVoting>true</daytimeVoting> | |
<weatherVoting>true</weatherVoting> | |
<resourceMessege>"§l§1✽§r§l§f `int` resources §1✽"</resourceMessege><!--the carrot is a characater flag in string to alter the string later for unicode and int--> | |
<hasVMobs>true</hasVMobs> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<GUIS> | |
<GUI> | |
<id>"gui-mainscreen"</id> | |
<name>"$Shop"</name> | |
<Item> | |
<name>"minecraft:sandstone"</name> | |
<nbt>{Display:{Name:"§3Blocks"} }</nbt> | |
<slot>0,1</slot> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9minecraft.net | |
minecraftmods.com | |
official modpack websites such as technic,curseforge,feedthebeast,voidswrath,atlauncher | |
minecraftforum.net , japanese and french variants and any other official forums for your country but, I only heard of these minecraft.ru is not included it is a virus | |
cusreforge.com and all asociated services like minecraft.curseforge.net |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You may distribute this mod only under specified conditions: | |
A: it is a fork/modifications and if it is < 20% of the mod changed credit has to be given to the original owner. | |
B: you are on the approved websites list or approved mirrors here | |
C: It is in a modpack, whether it be curseforge or otherwise | |
D: official permission given but, if you didn't read the previous variants on distribution to ask permission the special permission will get denied however if it's still in the eula it is permitted. | |
You May: | |
fork this project If < 20% of mod not changed credit has to be given to the original owner | |
Modify this mod If < 20% of mod not changed credit has to be given to the original owner | |
Fork/Modify and re-upload without written permission but, again credit has to be given if < 20% changed to the original owner. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--this is a charged creeper monster spawner defintion--> | |
<spawner> | |
<id>minecraft:creeper</id> | |
<unlocalizedName>silkspawners.chargedcreeper.name</unlocalizedName> | |
<color>dark_aqua</color> | |
<nbt_logic_0>{powered:1}</nbt_logic_0> | |
<permisionLevel>0</permisionLevel><!--no plugins are needed this allows per entity permsion level this determines whether or not the block can break at all--> | |
<harvestLevel>1</harvestLevel><!--this is virtual harvest level which will determine if the spawner simply breaks as normal or is harvestable note the block harvest level has to be >= to the actual harvest level--> | |
<!--this is for enchantments for denial per entity--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"BrowseLeft": | |
{ | |
"text": "<", | |
"posX": 5, | |
"posY": 5, | |
"width": 20, | |
"height": 20, | |
"alignment" : "top_left", | |
"wrappedButton": 498 | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package jredfox.main; | |
public class Chunk { | |
public Slice slice0 = new Slice(); | |
public Slice slice1 = new Slice(); | |
public Slice slice2 = new Slice(); | |
public Slice slice3 = new Slice(); | |
public Slice slice4 = new Slice(); | |
public Slice slice5 = new Slice(); |