Skip to content

Instantly share code, notes, and snippets.

Craft 1 Coal Block and put it in a chest.
Build a forge from following materials: 16 Furnaces, 16 Coal Blocks, 16 Stone Bricks, 16 Iron Bars, 4 Lava sources.
Extend your forge with auto-smelting mechanism providing fuel from one exposed chest to all furnaces as needed (stock them up with 3 stacks of Mushroom Blocks). You have to use Minecart Chests and Minecart Hoppers and the whole mechanism has to be hidden from player's view (besides the chest from previous sentence).
Build another forge in the Nether using the same materials but make it bigger: replace 16 Stone Bricks with 64 Nether Bricks. Catch three medium sized Magma Cubes in Minecarts and name them Bifur, Bofur and Bombur using Name Tags. Screenshot them with you in 3rd person view (/faq camera), upload to imgur.com and write down a URL on a sign in your new forge (in case they despawned).
@media screen and (-webkit-min-device-pixel-ratio: 2) {
.post::after,
.posts::after {
height: 1px;
background: -webkit-linear-gradient(top, rgba(212, 212, 212, 1) 0%, rgba(212, 212, 212, 0) 50%);
background: linear-gradient(top, rgba(212, 212, 212, 1) 0%, rgba(212, 212, 212, 0) 50%);
background-size: 1px 1px;
}
}
@riddle
riddle / main.ms
Last active December 29, 2015 05:49
# Player died
# =============================================================================
bind(player_death, null, null, @event,
assign(@player_name, @event['player'])
assign(@deathBySuicide, has_value('deathBySuicide.' . @player_name))
if(equals(@deathBySuicide, true),
# Kill alias, displaying correct message on death, not last cause of damage
*:/kill [$] = >>>
assign(@player_name, player())
store_value('deathBySuicide.' . @player_name, 'true')
run('/kill')
<<<
Announcements:
- message:
if group Flatcorian:
- text: You are flatcorian
else:
if group Veteran:
- text: You are veteran
- message:
if group Nomad:
else:
Debug: false
Messages:
NoPermission: '&cNo permission!'
ConfigurationReloaded: '&aConfiguration reloaded successfully!'
AnnouncementPrefix: '&6'
Groups:
Inherited:
- Novice
- Flatcorian
- Nomad
body,
#editor,
html body div#editor.syntax.notranslate.safari.doesWrap.loaded {
font-family: "Lucida Grande" !important;
font-weight: 700 !important;
-webkit-font-smoothing: subpixel-antialiased;
text-rendering: auto !important;
letter-spacing: 0 !important;
}
@riddle
riddle / hackpad-userlist.user.css
Created March 13, 2014 11:48
Better layout for Hackpad.com’s user list in pad’s sidebar. http://imgur.com/kHXYziL.png
#sharingsettings,
#friend-picker-div {
margin-top: 0 !important;
}
#sharingsettings {
margin-bottom: 10px !important;
padding-bottom: 0 !important;
border-bottom: 1px solid #ddd !important;
}
@riddle
riddle / gist:11157344
Created April 21, 2014 21:33
Challenges config
SwitchTimeOffset: 586800
Messages:
ListWeeksHeader: '&6ID &2START DATE &7STATUS [NEWLINE] &8---------------------------------'
ListWeeksEntry: '&6#<ID> &2<Date> &7<Status>'
ListLevelsHeader: ' [NEWLINE] &bChallenge #<ID> &7(<From> - <To>): [NEWLINE] &8---------------------------------'
ListLevelsEntry: '&e[<Level>] &7<Desc> &b<Points> points total'
ChallengeInProgress: Challenge in Progress
ChallengeEnded: Challenge ended
LevelCreated: <Number> levels created
FutureOnly: '&cYou can only edit future challenges!'
@riddle
riddle / gist:11157419
Created April 21, 2014 21:36
MobLimiter config
Animals:
GlobalChunkLimit: 30
GlobalViewDistanceLimit: 120
GroupPlural: Animals
HORSE:
NameSingular: Horse
NamePlural: Horses
ChunkLimit: 16
ViewDistanceLimit: 120
COW: