Commits on Source (90)
-
fat115 authored
* add some translatable strings * updated translations add option --sort-by-file to updatepo.sh * Updated de, pt, pt_BR translations from pull requests #378 (Wuzzy) & #379 (afmachado) pt.po and pt_BR.po are the same but pt.po is usable by any portuguese speaking people, not only brazilian ones * improved french translation
-
Vanessa Ezekowitz authored
-
Vanessa Ezekowitz authored
-
Vanessa Ezekowitz authored
-
Vanessa Ezekowitz authored
just checks for creative mode/priv directly instead, as needed.
-
Vanessa Ezekowitz authored
-
Vanessa Ezekowitz authored
eliminates flint and steel (aliased to mt_game fire:flint_and_steel) eliminates fake_fire:fake_fire (aliased to mt_game fire:permanent_flame) mt_game already provides a "fake" fire in the form of a "permanent flame", strike a coal block with flint/steel to get it. modifies default ice block so that it can be "ignited" (ice fire on top) with mt_game flint/steel Fire mod must be enabled. However, fire damage is NOT required.
-
Wuzzy authored
-
Vanessa Ezekowitz authored
-
Vanessa Ezekowitz authored
-
Vanessa Ezekowitz authored
-
fat115 authored
-
Роман authored
* Russian locale * Russian locale. Plurals fix
-
Milan authored
-
Milan authored
-
Vanessa Ezekowitz authored
there was no reason to explicitly check whether to place a horizontal next to another horizontal after all the other checks were done.
-
Jat15 authored
-
Jat15 authored
Simplify integration moreblocks Replace bb stairs by Stairs
-
Jat15 authored
-
Jat15 authored
-
Jat15 authored
45-48 and 352-353 : Marble and Tar not use capital lettre for stairs. Alias and node name revert.
-
Jat15 authored
-
Jat15 authored
-
Jat15 authored
-
Jat15 authored
-
Jat15 authored
-
Jat15 authored
-
Jat15 authored
- Glasslike - RailLike - Nodebox - Node And fix one tabulation with fakegrass.
-
Vanessa Ezekowitz authored
they're obsolete and annoying in combo with current inventory hover animations
-
Vanessa Ezekowitz authored
fixed by using some code from mt_game, with changes
-
Jat15 authored
- Grate - Firefplace - Roofing
-
Jat15 authored
* Building Blocks Add all glass for stairsplus -Smoothglass -WoodGlass (plus some style fixes)
-
Oscar authored
-
* Update Malay translation
-
Jat15 authored
Alias for old node Tar cut by moreblocks.
-
Auke Kok authored
Fixes #399
-
Auke Kok authored
-
Vanessa Ezekowitz authored
as some of its functions are used to check if players have creative mode
-
DoogMitt authored
tweak sizes of chain selection boxes and adjust light levels of chandeliers.
-
bell07 authored
There is no homedecor:glowlight_small, homedecor:glowlight_small_cube only
-
codexp authored
-
codexp authored
-
codexp authored
-
codexp authored
-
codexp authored
-
Alexander Weber authored
fix #410
-
Jat15 authored
-
Alexander Weber authored
- All skins are registered in skinsdb, including skins format - But the skins are not in inventory skins list, still available trough wardrobe only - If selected, the skins metadata and preview is shown in inventory - Use skinsdb method to set the skin - Note: skinsdb manages the 3d_armor if both mods found
-
Foz authored
The ABM that replaces deleted entities in itemframes and pedestals can sometimes add multiple copies of each entity due to a race condition in which the ABM runs either before the server loads the entities or after they have been removed due to the map block being unloaded. Due to limitations in determining when all entities have been loaded, this race condition cannot be fully avoided. This commit converts the ABM, which ran every fifteen seconds, into and LBM that runs on every load and adds a check to the entities when they are loaded such that only the first loaded entity will be kept and any additional copies delete themselves during the loading process.
-
codexp authored
-
codexp authored
-
codexp authored
-
codexp authored
-
Eugen Wesseloh authored
* remove debug log
-
bell07 authored
-
Jat15 authored
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
-
Alexander Weber authored
-
Vanessa Dannenberg authored
with full crafting recipes (requires Unified Dyes commit 2a816534 or later) known issues: standing lamp bypasses vertical stack check bed expansion changes the color of the first-placed bed to match the second when creating a king bed.
-
Vanessa Dannenberg authored
using pressure plate rules
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
(workaround for a moreblocks bug)
-
Vanessa Dannenberg authored
don't register large homedecor lattice lamp or the recipes to create it or to split it into 8 small lamps. instead, add an alias to darkage:lamp and a recipe to split that.
-
Vanessa Dannenberg authored
(especially if it comes from a darkage:lamp)
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
make steel and copper wire use it. reworked existing spool images
-
Vanessa Dannenberg authored
(now the end cost is 0.5 ingot and 2.333 plastic per spool of wire)
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
alias them to default glass doors
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
("group:wood" conflicts with lrfurn coffee table, probably an issue with moreblocks)
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
alias it to gloopblocks:slab_gravel_1
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
for lockable items.
-
Vanessa Dannenberg authored
CC-by-SA 4.0 for media and everything else
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
-
Vanessa Dannenberg authored
bugfix wardrobe save/restore skins for skinsdb See merge request VanessaE/homedecor_modpack!2
-
Milan authored
-
Milan authored
Showing
- .luacheckrc 3 additions, 0 deletions.luacheckrc
- LICENSE 427 additions, 23 deletionsLICENSE
- building_blocks/alias.lua 61 additions, 0 deletionsbuilding_blocks/alias.lua
- building_blocks/depends.txt 3 additions, 1 deletionbuilding_blocks/depends.txt
- building_blocks/init.lua 5 additions, 633 deletionsbuilding_blocks/init.lua
- building_blocks/node_stairs.lua 230 additions, 0 deletionsbuilding_blocks/node_stairs.lua
- building_blocks/others.lua 23 additions, 0 deletionsbuilding_blocks/others.lua
- building_blocks/recipes.lua 174 additions, 0 deletionsbuilding_blocks/recipes.lua
- chains/depends.txt 0 additions, 2 deletionschains/depends.txt
- chains/init.lua 0 additions, 179 deletionschains/init.lua
- chains/models/chains.obj 0 additions, 881 deletionschains/models/chains.obj
- chains/textures/chain_brass_inv.png 0 additions, 0 deletionschains/textures/chain_brass_inv.png
- chains/textures/chain_wrought_iron_inv.png 0 additions, 0 deletionschains/textures/chain_wrought_iron_inv.png
- chains/textures/chains_brass.png 0 additions, 0 deletionschains/textures/chains_brass.png
- chains/textures/chains_candle_flame.png 0 additions, 0 deletionschains/textures/chains_candle_flame.png
- chains/textures/chains_wrought_iron.png 0 additions, 0 deletionschains/textures/chains_wrought_iron.png
- computer/README.txt 0 additions, 18 deletionscomputer/README.txt
- computer/locale/es.txt 0 additions, 6 deletionscomputer/locale/es.txt
- computer/miscitems.lua 3 additions, 5 deletionscomputer/miscitems.lua
- computer/recipes.lua 34 additions, 36 deletionscomputer/recipes.lua
This diff is collapsed.
building_blocks/alias.lua
0 → 100644
building_blocks/node_stairs.lua
0 → 100644
building_blocks/others.lua
0 → 100644
building_blocks/recipes.lua
0 → 100644
chains/depends.txt
deleted
100644 → 0
chains/init.lua
deleted
100644 → 0
chains/models/chains.obj
deleted
100644 → 0
This diff is collapsed.
chains/textures/chain_brass_inv.png
deleted
100644 → 0
1.84 KiB
1.69 KiB
chains/textures/chains_brass.png
deleted
100644 → 0
344 B
1.46 KiB
386 B
computer/locale/es.txt
deleted
100644 → 0