[Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

User avatar
RHR
Member
 
Posts: 214
Joined: Mon Jan 27, 2014 20:07
GitHub: RHRhino

[Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by RHR » Mon Jun 09, 2014 17:44

CUTE CUBIC MOBS

Image
Hello everyone,
here is another animal mod! (^ω^)
This mod adds following animals:
  • chicken
  • cow
  • nyancat
  • pig
  • rabbit
  • sheep

This mod adds following items:
  • animal cage
  • egg
  • feather
  • milk
  • raw meat
  • cooked meat
  • some craftable animal blocks

You can catch animals with an animal cage. (right click).
In a cage you can transport them, release them with right click or use them to craft animal blocks.
You can craft animal blocks by placing 4 animals of the same type in the crafting grid.
This mod uses PilzAdam's simple mob api. nc_block was already included in default.
Enjoy it!

Depends:
  • default
  • bucket
  • wool
(all 3 are included in minetest_game)

License:
Code: WTFPL
Textures: WTFPL

Video:
Youtube Video

I'm no longer working on this mod, but the source code can be found here:
Code
Last edited by RHR on Sun Mar 20, 2016 08:59, edited 2 times in total.
 

Sokomine
Member
 
Posts: 2980
Joined: Sun Sep 09, 2012 17:31

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by Sokomine » Mon Jun 09, 2014 19:38

Seems they're indeed...cubic. Something for people looking for cubic mobs :-)
 

LazyJ
Member
 
Posts: 479
Joined: Wed Sep 12, 2012 12:29

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by LazyJ » Mon Jun 09, 2014 21:36

I really like this idea!

Instead of trying to be just like Minecraft, this takes a unique and appealing approach.

It's very difficult (and complex) to get all the moving parts of animated critters to work well and look good. This is a very workable solution to the problem while creating fun, quirky, and unique results. Block textures are much easier to create and that would help encourage more texture pack support.

Good work!
.: Minetest 0.4.14 ~ Linux Mint ~ A moka pot, a French press, a dirty coffee cup, and a spoiled-rotten kitty :.
Visit our Minetest server at: LinuxGaming2.com, port 30000
Screenshots, overview maps, and server info at: http://forum.minetest.net/viewtopic.php?f=10&t=5684
My blog: http://lazyjminetest.blogspot.com/
 

User avatar
philipbenr
Member
 
Posts: 1665
Joined: Fri Jun 14, 2013 01:56
GitHub: philipbenr
IRC: philipbenr
In-game: WisdomFire or philipbenr

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by philipbenr » Tue Jun 10, 2014 00:36

Looks cool RHR! I think that the idea is an amazing one.
 

User avatar
RHR
Member
 
Posts: 214
Joined: Mon Jan 27, 2014 20:07
GitHub: RHRhino

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by RHR » Tue Jun 10, 2014 23:15

LazyJ wrote:I really like this idea!
Instead of trying to be just like Minecraft, this takes a unique and appealing approach.
It's very difficult (and complex) to get all the moving parts of animated critters to work well and look good. This is a very workable solution to the problem while creating fun, quirky, and unique results. Block textures are much easier to create and that would help encourage more texture pack support.
Good work!

Thanks! I keep working and improving this mod, hopefully it will become more useful in future.
 

twoelk
Member
 
Posts: 1092
Joined: Fri Apr 19, 2013 16:19

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by twoelk » Wed Jun 11, 2014 08:32

interesting :-)
I wonder if this could be used for performance tests. Do these put less load on a server than mobs or mobf?
 

Nathan
Member
 
Posts: 26
Joined: Thu Jun 12, 2014 23:00

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by Nathan » Wed Jun 18, 2014 21:14

Where can I get the plugins that it depends on?
 

User avatar
CraigyDavi
Member
 
Posts: 565
Joined: Sat Aug 10, 2013 13:08
GitHub: davisonio
IRC: davisonio or CraigyDavi
In-game: davisonio or CraigyDavi

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by CraigyDavi » Wed Jun 18, 2014 21:23

Nathan wrote:Where can I get the plugins that it depends on?

Defualt, bucket and wool are pre-installed in minetest_game.
 

paramat
Member
 
Posts: 2662
Joined: Sun Oct 28, 2012 00:05
GitHub: paramat

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by paramat » Wed Jun 18, 2014 23:34

Excellent approach to mobs.
 

PeterKabin
Member
 
Posts: 23
Joined: Sun Jun 09, 2013 08:33

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by PeterKabin » Tue Jul 29, 2014 20:37

They are too quiet.
 

User avatar
Wuzzy
Member
 
Posts: 2161
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by Wuzzy » Tue Oct 14, 2014 09:32

The crafting recipe for the cage is incorrect.
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
minetest.register_craft({
   output = "ccmobs:cage",
   recipe = {
      {"groups:stick", "groups:stick", "groups:stick"},
      {"default:steel_ingot", "default:steel_ingot", "default:steel_ingot"},
      {"groups:stick", "groups:stick", "groups:stick"}
   },
})

It must be “group:stick”, not “groups:stick”.
 

User avatar
RHR
Member
 
Posts: 214
Joined: Mon Jan 27, 2014 20:07
GitHub: RHRhino

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by RHR » Tue Oct 14, 2014 20:37

thx, I fixed it. ^.^
 

Martin_Devil
Member
 
Posts: 190
Joined: Sat Apr 06, 2013 11:58
GitHub: MoNTE48
In-game: MoNTE48

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by Martin_Devil » Sat Nov 01, 2014 12:28

Wow! I've been wanting this in Minecraft. This is very cool, keep up the development!
I want to see the fashion branch with hostile mobs.
That is 2 mod: passive and hostile. Everyone will use the one that will love. Or both:-P
 

User avatar
Wuzzy
Member
 
Posts: 2161
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by Wuzzy » Sun Mar 20, 2016 02:16

The download link is broken because RHR moved the repository.

This is the new repository webpage:
https://github.com/RHRhino/mt_mods/tree/master/ccmobs
I'm creating MineClone 2, a Minecraft clone for Minetest.
I made the Help modpack, adding in-game help to Minetest.
 

User avatar
RHR
Member
 
Posts: 214
Joined: Mon Jan 27, 2014 20:07
GitHub: RHRhino

Re: [Mod] CUTE CUBIC MOBS [v0.1] [ccmobs]

by RHR » Sun Mar 20, 2016 09:01

Thx Wuzzy! I completly forgot to change that after moving the repository.
 


Return to Old Mods

Who is online

Users browsing this forum: No registered users and 7 guests

cron